Преглед на файлове

【会员系统】比较表购买按钮点击补充 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 }