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

submit

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