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