|
@@ -602,7 +602,7 @@ class KMBatchOperateConvertViewController: KMBatchOperateBaseViewController,NSCo
|
|
|
|
|
|
func moreConvertInfoAction() {
|
|
|
if IAPProductsManager.default().isAvailableAdvancedPDFToOffice() == false {
|
|
|
- #if VERSION_DMG
|
|
|
+#if VERSION_DMG
|
|
|
if IAPProductsManager.default().isAvailableAllFunction() && IAPProductsManager.default().isAvailableAdvancedPDFToOffice() == false {
|
|
|
let limitWC = KMPurchaseLimitWindowController.currentLimitWC()
|
|
|
limitWC.continueBlock = { windowController in
|
|
@@ -610,14 +610,16 @@ class KMBatchOperateConvertViewController: KMBatchOperateBaseViewController,NSCo
|
|
|
}
|
|
|
limitWC.window?.center()
|
|
|
limitWC.showWindow(nil)
|
|
|
+ }else{
|
|
|
+ KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
|
|
|
}
|
|
|
- #else
|
|
|
+#else
|
|
|
if IAPProductsManager.default().isAvailableAllFunction() {
|
|
|
self.convertActionVC()
|
|
|
} else {
|
|
|
KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
|
|
|
}
|
|
|
- #endif
|
|
|
+#endif
|
|
|
}
|
|
|
}
|
|
|
}
|