From 4d074d5964a10260e91c168d7ced4873cc4be25c Mon Sep 17 00:00:00 2001 From: kele <1184860403@qq.com> Date: Thu, 6 Apr 2023 16:33:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=AB=AF=E5=AE=A2=E6=9C=8D=E5=8F=91?= =?UTF-8?q?=E9=80=81=E4=BF=A1=E6=81=AF=E5=BC=B9=E5=87=BA=E5=B0=8F=E9=94=AE?= =?UTF-8?q?=E7=9B=98=E6=97=A0=E6=B3=95=E6=B8=85=E9=99=A4=E4=BF=A1=E6=81=AF?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/chat/index.vue b/pages/chat/index.vue index eddba2c6..6eda036d 100644 --- a/pages/chat/index.vue +++ b/pages/chat/index.vue @@ -495,7 +495,9 @@ }); chat.showTools = false; // scrollBottom(); - chat.msg = ''; + setTimeout(()=>{ + chat.msg = ''; + },100) } // 点击猜你想问