@@ -200,12 +200,15 @@ export default { | |||||
console.log("token过期"); | console.log("token过期"); | ||||
let hasToken = await this.getToken(); | let hasToken = await this.getToken(); | ||||
if (hasToken) { | if (hasToken) { | ||||
this.getOpenId(this.code); | |||||
/* this.getOpenId(this.code); */ | |||||
this.getWxCode(); | |||||
} else { | } else { | ||||
this.$dialog({ | this.$dialog({ | ||||
message: '系统繁忙,请重新进入' | message: '系统繁忙,请重新进入' | ||||
}) | }) | ||||
} | } | ||||
} else { | |||||
this.getWxCode(); | |||||
} | } | ||||
}) | }) | ||||
}, | }, | ||||