mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-08 18:36:47 +08:00
提交
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user