Browse Source

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

wanjun 1 week ago
parent
commit
f89ff275d8
1 changed files with 3 additions and 0 deletions
  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;
     }