소스 검색

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

wanjun 1 주 전
부모
커밋
b579983606
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      PDF Office/PDF Master/MemberCenter/WindowsController/KMProductCompareWC.swift

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