Commit 20620cec authored by leiqingsong's avatar leiqingsong

修改一下

parent 9849c806
......@@ -164,7 +164,7 @@ export default {
if (this.$route.query.code === undefined) {
this.showAuthDialog = true;
} else {
this.userBaseInfo = await this.getUserBaseInfo(code);
this.userBaseInfo = await this.getUserBaseInfo(this.$route.query.code);
console.log("userbaseInfo", this.userBaseInfo);
if (this.userBaseInfo.unionid) {
let params = {
......
......@@ -233,7 +233,7 @@ export default {
this.test.barInfo.allNewFans = sessionStorage.getItem('allNewFans')
}
}else {
// this.zReadyUserId()
this.zReadyUserId()
this.zTestGetNowUrlInfo()
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment