From dabaff6a14c276bca1e0514bac03bbdb0e8d836e Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Mon, 31 Oct 2022 20:55:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Portal/comments.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Portal/comments.vue b/src/components/Portal/comments.vue index 40cebe65..5602f3a4 100644 --- a/src/components/Portal/comments.vue +++ b/src/components/Portal/comments.vue @@ -466,6 +466,7 @@ ids.push(item.sysCreateAid); if(item.replyList && item.replyList!=''){ item.replyList.forEach(reply=>{ + reply.answers=reply.replys; reply.avatar=''; reply.orgInfo=''; reply.sex=null;