소스 검색

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

wanjun 23 시간 전
부모
커밋
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()
     }
 
 }