瀏覽代碼

【会员系统】AI年订阅购买成功后关闭领取弹窗

wanjun 22 小時之前
父節點
當前提交
4b5df11035
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      PDF Office/PDF Master/MemberCenter/WindowsController/KMFreeGetAIWC.swift

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

@@ -183,6 +183,7 @@ class KMFreeGetAIWC: NSWindowController {
     
     @objc func IAPSubscriptionLoadedNotification(_ notification: Notification) {
         self.window?.hideWaitingView()
+        window?.close()
     }
 
 }