@@ -57,6 +57,7 @@ export const accountLoginMixin = {
this.curLoginType = getUserOpt('loginType') || 'eos'
if ((this.curLoginType == 'eos' || this.curLoginType == 'meetone')) {
+ alert('checkLocalLogin succ')
if (top === self) {
await this.loginEosMeetoneCommon(this.curLoginType)
} else {