浏览代码

【会员系统】比较表购买按钮点击补充 wait动图

wanjun 4 天之前
父节点
当前提交
99ed301fb5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      PDF Office/PDF Master/MemberCenter/WindowsController/KMProductCompareWC.swift

+ 1 - 0
PDF Office/PDF Master/MemberCenter/WindowsController/KMProductCompareWC.swift

@@ -1078,6 +1078,7 @@ class KMProductCompareWC: NSWindowController {
     }
     
     @IBAction func appstorePurchaseAction(_ sender: NSButton) {
+        addWaitingView(to: window?.contentView ?? NSView())
         model.appstorePurchaseAction(sender.tag) { [weak self] success, msg in
             guard let self = self else { return }