|
@@ -1209,7 +1209,7 @@ class KMProductCompareWC: NSWindowController {
|
|
|
guard let self = self else { return }
|
|
|
if KMMemberInfo.shared.isLogin {
|
|
|
self.model.appStoreEquityVerification(notification) { success, msg in
|
|
|
- DispatchQueue.main.async {
|
|
|
+ DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 1.5) {//购买成功后,会员信息没有及时刷新
|
|
|
if success {
|
|
|
// self.showAlert(message: NSLocalizedString("Binding Interest Success!", comment: ""))
|
|
|
KMUserInfoVCModel().refreshUserInfo { success, msg,dic in
|