瀏覽代碼

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

wangshuai 1 周之前
父節點
當前提交
45cf6a9fdb
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      PDF Office/PDF Master/MemberCenter/WindowsController/KMProductCompareWC.swift

+ 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
         }
     }