Browse Source

【会员系统】DMG进入比较表马上获取当前架上产品价格

wanjun 1 tuần trước cách đây
mục cha
commit
b579983606

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

@@ -311,6 +311,11 @@ class KMProductCompareWC: NSWindowController {
 
     @objc override func showWindow(_ sender: Any?) {
         super.showWindow(sender)
+#if VERSION_DMG
+        model.getDMGProductDatas { success, result in
+            
+        }
+#endif
         if orientation {
             model.state = orientationType
         } else {