|
|
@@ -44,14 +44,14 @@
|
|
|
getInfo() {
|
|
|
let that = this;
|
|
|
req.getRequest('/api/user/myInfo', {}, data => {
|
|
|
- if( !data.avatar) return this.showUserInfoPop = true;
|
|
|
- if( !data.nickName) return this.showUserInfoPop = true;
|
|
|
- if( !data.realName) return this.showUserInfoPop = true;
|
|
|
- if( !data.cardNo) return this.showUserInfoPop = true;
|
|
|
+ // if( !data.avatar) return this.showUserInfoPop = true;
|
|
|
+ // if( !data.nickName) return this.showUserInfoPop = true;
|
|
|
+ // if( !data.realName) return this.showUserInfoPop = true;
|
|
|
+ // if( !data.cardNo) return this.showUserInfoPop = true;
|
|
|
if( !data.mobile) return this.showUserInfoPop = true;
|
|
|
- if( !data.birthday) return this.showUserInfoPop = true;
|
|
|
- if (!data.district) return this.showUserInfoPop = true;
|
|
|
- if (!data.areaAdd) return this.showUserInfoPop = true;
|
|
|
+ // if( !data.birthday) return this.showUserInfoPop = true;
|
|
|
+ // if (!data.district) return this.showUserInfoPop = true;
|
|
|
+ // if (!data.areaAdd) return this.showUserInfoPop = true;
|
|
|
});
|
|
|
},
|
|
|
closeUpdate(){
|