Ver código fonte

【会员系统】修复“未登录时,点击AI 摘要,弹出登录弹窗,登录免费用户,不应该弹出App Store版本的AI引导页面,点击购买无反应”

wanjun 2 dias atrás
pai
commit
4cc23449bf

+ 7 - 1
PDF Office/PDF Master/MemberCenter/Model/KMMemberInfo.swift

@@ -1126,7 +1126,13 @@ import Cocoa
                         if KMMemberInfo.shared.aiPoint > 0 {
                             
                         } else {
-                            AIPurchaseWindowController.currentWC().showWindow(nil)
+#if VERSION_DMG
+                        let embeddedWC = KMPurchaseEmbeddedWindowController.currentCode(KMAISubscriptionMonthCodeKey_DMG)
+                        embeddedWC.showWindow(nil)
+                        embeddedWC.window?.center()
+#else
+                        AIPurchaseWindowController.currentWC().showWindow(nil)
+#endif
                         }
                     }
                 }