Browse Source

【综合】使用付费功能,点击后直接弹出购买比较表,点击订阅或购买,直接调用苹果支付(无需登录)

tangchao 2 months ago
parent
commit
f4c985da45
1 changed files with 4 additions and 3 deletions
  1. 4 3
      PDF Office/PDF Master/MemberCenter/Model/KMMemberInfo.swift

+ 4 - 3
PDF Office/PDF Master/MemberCenter/Model/KMMemberInfo.swift

@@ -943,9 +943,10 @@ import Cocoa
             }
             
             // 是 AppStore 免费版
-            KMProductCompareWC.shared.orientation = true
-            KMProductCompareWC.shared.orientationType = .lite_Base
-            KMProductCompareWC.shared.openWindow(type: type)
+//            KMProductCompareWC.shared.orientation = true
+//            KMProductCompareWC.shared.orientationType = .lite_Base
+//            KMProductCompareWC.shared.openWindow(type: type)
+            productCompareShow()
         }
     }