Commit 272a85fa authored by leiqingsong's avatar leiqingsong

修改

parent 5af94b96
......@@ -75,7 +75,7 @@ export default {
if (res.userId) {
localStorage.setItem("user", JSON.stringify(res));
this.$nextTick(() => {
this.inviteeCode = res.beInviteCode;
this.inviteeCode = res.inviteCode;
this.avatar = "http://8.131.244.76:81" + res.headImage;
})
}
......
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