Commit 20620cec authored by leiqingsong's avatar leiqingsong

修改一下

parent 9849c806
...@@ -164,7 +164,7 @@ export default { ...@@ -164,7 +164,7 @@ export default {
if (this.$route.query.code === undefined) { if (this.$route.query.code === undefined) {
this.showAuthDialog = true; this.showAuthDialog = true;
} else { } else {
this.userBaseInfo = await this.getUserBaseInfo(code); this.userBaseInfo = await this.getUserBaseInfo(this.$route.query.code);
console.log("userbaseInfo", this.userBaseInfo); console.log("userbaseInfo", this.userBaseInfo);
if (this.userBaseInfo.unionid) { if (this.userBaseInfo.unionid) {
let params = { let params = {
......
...@@ -233,7 +233,7 @@ export default { ...@@ -233,7 +233,7 @@ export default {
this.test.barInfo.allNewFans = sessionStorage.getItem('allNewFans') this.test.barInfo.allNewFans = sessionStorage.getItem('allNewFans')
} }
}else { }else {
// this.zReadyUserId() this.zReadyUserId()
this.zTestGetNowUrlInfo() 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