소스 검색

默认头像bug

彭宇 1 년 전
부모
커밋
dfb6cfcc31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 			})
 		},
 		//获取当前积分