From 7b1b9319648e7ae949a44a3e424f1dd90f9c080c Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Tue, 30 Jan 2024 19:08:25 +0800 Subject: [PATCH] no message --- components/DetailsComments.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/DetailsComments.vue b/components/DetailsComments.vue index 1a93f2e..38d91f4 100644 --- a/components/DetailsComments.vue +++ b/components/DetailsComments.vue @@ -253,9 +253,6 @@ const openAnswerCommentsChild = (index, i) => { if (i == null) commentList.value[index]["childState"] = true else commentList.value[index]["child"][i]["childState"] = true - - // if (i == null) commentList.value[index]["childState"] = true - // else commentList.value[index]["child"][i]["childState"] = true } // 关闭 回答-评论 的子评论 isempty 是否需要清空输入框 默认需要清空