Explorar el Código

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

tangchao hace 2 días
padre
commit
7a0f5e81d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)