Преглед на файлове

【订阅】数字签名 付费弹窗对比检查

lizhe преди 1 година
родител
ревизия
217d793f4c
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      PDF Office/PDF Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift

+ 5 - 0
PDF Office/PDF Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift

@@ -2848,6 +2848,11 @@ extension KMMainViewController {
     }
     
     func showDigitalSignWindow(withFilePathURL fileURL: URL) {
+        if !IAPProductsManager.default().isAvailableAllFunction(){
+            KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
+            return
+        }
+        
         if hasShowDigitalSign() {
             self.exitDigitalSign()
         }