Browse Source

默认头像bug

彭宇 1 năm trước cách đây
mục cha
commit
dfb6cfcc31
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/me/me.vue

+ 1 - 1
pages/me/me.vue

@@ -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;
 			})
 		},
 		//获取当前积分