Commit 78ad8264 authored by 沈良进's avatar 沈良进

submit

parent 1fe82d04
...@@ -96,9 +96,10 @@ export default { ...@@ -96,9 +96,10 @@ export default {
const { code, state } = this.$route.query; const { code, state } = this.$route.query;
if (code) { if (code) {
this.reSetWechat(code, state); this.reSetWechat(code, state);
} } else {
this.getUserInfo(); this.getUserInfo();
this.getOpenInfo(); this.getOpenInfo();
}
this.userInfo = this.$user.userInfo; this.userInfo = this.$user.userInfo;
console.log("let u = this.$user.userInfo;", this.userInfo); console.log("let u = this.$user.userInfo;", this.userInfo);
}, },
......
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