更新
This commit is contained in:
@@ -94,7 +94,7 @@ export struct EditUserDataComp {
|
||||
if(json.code == 1 && json.expert && typeof json.expert === 'object') {
|
||||
authStore.updateUser(json.expert)
|
||||
this.arrToStringSpecialy(json.specialy);
|
||||
this.photoPath = authStore.getUser().photo;
|
||||
this.photoPath = BasicConstant.urlImage+authStore.getUser().photo;
|
||||
this.name = authStore.getUser().realName;
|
||||
this.sex = authStore.getUser().sex == 0 ? '男' : '女';
|
||||
this.birthday = authStore.getUser().birthDate;
|
||||
|
||||
Reference in New Issue
Block a user