Sfoglia il codice sorgente

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

wanjun 1 settimana fa
parent
commit
f89ff275d8

+ 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;
     }