|
@@ -754,6 +754,8 @@ class KMUserInfoViewController: NSViewController {
|
|
|
self.viewModel.skipCompare(.lite_Base)
|
|
|
} else {
|
|
|
// 其它情况根据账号状态跳转不同比较表
|
|
|
+ NotificationCenter.default.post(name: NSNotification.Name("CloseMenuNotification"), object: nil)
|
|
|
+
|
|
|
KMMemberInfo.shared.productCompareShow()
|
|
|
}
|
|
|
}
|
|
@@ -1213,6 +1215,8 @@ class KMUserInfoViewController: NSViewController {
|
|
|
self.viewModel.skipCompare(.lite_Base)
|
|
|
} else {
|
|
|
// 其它情况根据账号状态跳转不同比较表
|
|
|
+ NotificationCenter.default.post(name: NSNotification.Name("CloseMenuNotification"), object: nil)
|
|
|
+
|
|
|
KMMemberInfo.shared.productCompareShow()
|
|
|
}
|
|
|
}
|