|
@@ -109,7 +109,7 @@ export default {
|
|
|
getUserInfo(userId).then(res =>{
|
|
|
this.initInfo.wechatName = res.data.wechatName;
|
|
|
this.initInfo.name = res.data.name;
|
|
|
- this.initInfo.wechatName = res.data.wechatName;
|
|
|
+ this.initInfo.headImg = res.data.headImg;
|
|
|
})
|
|
|
},
|
|
|
//获取当前积分
|