Browse Source

【会员系统】恢复购买需先登录

dinglingui 4 tháng trước cách đây
mục cha
commit
b7e5d7eac9

+ 4 - 0
PDF Office/PDF Master/AppDelegate.swift

@@ -761,6 +761,10 @@ class AppDelegate: NSObject, NSApplicationDelegate, iRateDelegate{
     }
     }
     
     
     @objc func restoreSubscriptions(_ sender: NSMenuItem) {
     @objc func restoreSubscriptions(_ sender: NSMenuItem) {
+        if(KMMemberInfo.shared.isLogin == false) {
+            KMLoginWindowsController.shared.showWindow(nil)
+            return
+        }
 #if VERSION_FREE
 #if VERSION_FREE
         KMPrint("restoreSubscriptions ...")
         KMPrint("restoreSubscriptions ...")
         KMProductCompareWC.shared.orientation = false
         KMProductCompareWC.shared.orientation = false