Commit 6e5de1d4 authored by leiqingsong's avatar leiqingsong

修改

parent fb742442
...@@ -73,7 +73,7 @@ export default { ...@@ -73,7 +73,7 @@ export default {
getUserInfo2(params).then(res => { getUserInfo2(params).then(res => {
if (res.code == 0) { if (res.code == 0) {
this.inviteeCode = res.data.inviteCode; this.inviteeCode = res.data.inviteCode;
this.avatar = 'http://8.131.244.76:81/' + res.data.headImage; this.avatar = 'http://8.131.244.76:81' + res.data.headImage;
localStorage.setItem("user", JSON.stringify(res.data)); localStorage.setItem("user", JSON.stringify(res.data));
} }
}) })
......
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