|
@@ -259,7 +259,8 @@ class KMLoginWindowController: NSWindowController {
|
|
|
KMRequestServerManager.manager.getUserInfo { success, data, error, isLocal in
|
|
|
if success {
|
|
|
self?.closeWindow()
|
|
|
- if inputType == .ComparativeTable {
|
|
|
+ if self?.inputType == .ComparativeTable && (KMLightMemberManager.manager.purchaseState != .subscription &&
|
|
|
+ KMLightMemberManager.manager.purchaseState != .trial) {
|
|
|
//跳转订阅比较表
|
|
|
let _ = KMComparativeTableViewController.show(window: NSApp.mainWindow ?? NSWindow())
|
|
|
}
|