This commit is contained in:
zhaofang
2022-10-31 20:58:02 +08:00
parent dabaff6a14
commit 4475f33b34

View File

@@ -354,7 +354,7 @@
ids.push(item.sysCreateAid);
if(item.replyList && item.replyList!=''){
item.replyList.forEach(reply=>{
reply.answers=reply.comments;
reply.answers=reply.replys;
reply.title=this.name;
reply.avatar='';
reply.orgInfo='';