This commit is contained in:
XiuYun CHEN
2025-06-04 15:24:18 +08:00
parent 5a59fa16bf
commit ca5ab146b7
3 changed files with 37 additions and 17 deletions
@@ -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;