This commit is contained in:
zhaofang
2022-11-14 19:47:22 +08:00
parent feb32a7b36
commit 00cf84c906
3 changed files with 10 additions and 5 deletions

View File

@@ -383,6 +383,7 @@ export default {
// } else {
// res.result.avatar='';
// }
res.result.avatar=author.avatar;
res.result.sex = author.sex;
res.result.orgInfo=author.orgInfo;
res.result.ucode=author.code;
@@ -591,6 +592,7 @@ export default {
// if(author.avatar!=''){
// item.avatar=$this.fileUrl+author.avatar;
// }
item.avatar=author.avatar;
item.sex=author.sex;
item.ucode=author.code;
item.orgInfo=author.orgInfo;