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