Pārlūkot izejas kodu

Merge branch 'develop_PDFReaderPro_V4.7.0' of git.kdan.cc:Mac_PDF/PDF_Office into develop_PDFReaderPro_V4.7.0

wangshuai 1 nedēļu atpakaļ
vecāks
revīzija
45cf6a9fdb

+ 11 - 0
PDF Office/PDF Master/MemberCenter/WindowsController/KMProductCompareWC.swift

@@ -376,7 +376,18 @@ class KMProductCompareWC: NSWindowController {
             }
         } else {
             // model.state == .trial
+#if VERSION_FREE
+#if VERSION_DMG
+    // DMG
+            
+#else
+    // AppStore 免费版本
+            advancedPlanPurchaseLabel.stringValue = model.getProductPrice(.advancedAddDevicesAllAccessPack12months_pro)
+#endif
+#else
+    // AppStore 付费版
             advancedPlanPurchaseLabel.stringValue = model.getProductPrice(.fourDevicesAllAccessPackNew12months_lite)
+#endif
         }
     }