|
|
@@ -276,7 +276,7 @@
|
|
|
this.dateMonth = userInfoObj.jion_month;
|
|
|
this.userNation = userInfoObj.nation;
|
|
|
this.userSex = userInfoObj.sex;
|
|
|
- if(userInfoObj.birth_day){
|
|
|
+ if(userInfoObj.birth_day && userInfoObj.birth_day!='0'){
|
|
|
this.userBorn = (userInfoObj.birth_day).substr(0,4) + '-' + (userInfoObj.birth_day).substr(4,2) + '-' + (userInfoObj.birth_day).substr(6);
|
|
|
}
|
|
|
this.educationValue = this.educationObj[userInfoObj.education_level];
|