Browse Source

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

wanjun 1 day ago
parent
commit
4b5df11035

+ 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()
     }
 
 }