Commit fe619d16 authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_lqs' into 'master'

修改

See merge request !60
parents 017b05a0 272a85fa
......@@ -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