소스 검색

【会员系统】修复“免费版APP,登录全平台标准版年订阅账户,批量转档界面,点击Unlimited 无反应,需要弹联系客服提示”

wanjun 4 일 전
부모
커밋
be679018d0
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      PDF Office/PDF Master/Class/Batch/WindowController/VC/KMBatchOperateConvertViewController.swift

+ 0 - 2
PDF Office/PDF Master/Class/Batch/WindowController/VC/KMBatchOperateConvertViewController.swift

@@ -699,7 +699,6 @@ class KMBatchOperateConvertViewController: KMBatchOperateBaseViewController{
     }
     
     func moreConvertInfoAction() {
-        if KMMemberInfo.shared.isPermitConvert == false {
 #if VERSION_DMG
             if KMMemberInfo.shared.isMemberAllFunction && KMMemberInfo.shared.isPermitConvert == false {
                 let limitWC = KMPurchaseLimitWindowController.currentLimitWC()
@@ -732,7 +731,6 @@ class KMBatchOperateConvertViewController: KMBatchOperateBaseViewController{
                 KMMemberInfo.shared.advancedFunctionUsage()
             }
 #endif
-        }
     }
     
     @IBAction func buttonClicked_FormatSelect(_ sender: NSButton) {