瀏覽代碼

【综合】7天免费试用流程调整

tangchao 2 天之前
父節點
當前提交
7a0f5e81d1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PDF Office/PDF Master/MemberCenter/View/KMSignUpView.swift

+ 1 - 1
PDF Office/PDF Master/MemberCenter/View/KMSignUpView.swift

@@ -512,7 +512,7 @@ class KMSignUpView: KMBaseXibView {
             }
             
             let info = KMMemberInfo.shared
-            if info.vip_levels == "1" || info.canTrail { // 用户注册成功 或 登录免费账户
+            if info.canTrail {
                 DispatchQueue.main.async {
                     let winC = KMPurchaseEmbeddedWindowController.currentCode(KMAdvancedAnnualSubscriptionTrailCodeKey_DMG)
                     winC.showWindow(nil)