From f2e0fb55a82c02dcc45a1c305a4ddcfcec299b47 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Tue, 18 Mar 2025 11:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=99=E8=A8=80=E6=88=90=E5=8A=9F=E6=89=8B?= =?UTF-8?q?=E6=B0=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/comment.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/comment.vue b/src/views/comment.vue index 62a2cdc..d690fd5 100644 --- a/src/views/comment.vue +++ b/src/views/comment.vue @@ -267,6 +267,7 @@ const handleAdd=async()=>{ if(code==200){ handleFreshList() message.value=''; + showLiuyan.value=false; showToast('留言成功') } }