浏览代码

【会员系统】PDF To Office购买页,无法切换数目

wanjun 3 月之前
父节点
当前提交
f89ff275d8
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      PDF Office/PDF Master/Class/Purchase/DMG/DMGEmbeddedOldWC.swift

+ 3 - 0
PDF Office/PDF Master/Class/Purchase/DMG/DMGEmbeddedOldWC.swift

@@ -245,6 +245,9 @@ class DMGEmbeddedOldWC: NSWindowController {
         priceRefresh()
         
         confirmPayment(isConfirm: false)
+        if productID == "com.brother.pdfreaderpro.mac.product_2" {
+            confirmPayment(isConfirm: true)
+        }
         self.window?.delegate = self;
     }