Browse Source

【会员系统】修改DMG AI产品获取崩溃

wanjun 3 months ago
parent
commit
2610b084fb

+ 2 - 0
PDF Office/PDF Master/Class/AIInfo/AIPurchaseWindowController/AIPurchaseWindowController.swift

@@ -142,7 +142,9 @@ class AIPurchaseWindowController: NSWindowController, NSWindowDelegate {
     func reloadData() -> Void {
         self.purchaseButton.isEnabled = true
 #if VERSION_FREE
+#if !VERSION_DMG
         let priceLabel = IAPProductsManager.default().aiAllAccessPack1month_lite.price()
+#endif
 #else
         let priceLabel = IAPProductsManager.default().aiAllAccessPack1month_pro.price()
 #endif