From 53f03784f52db18ebe1db7925cc712c0b8590a50 Mon Sep 17 00:00:00 2001 From: DebugIsFalse <511418503@qq.com> Date: Tue, 4 Jun 2024 11:24:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E9=97=AE=E9=A2=98bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/search/[id].vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/search/[id].vue b/pages/search/[id].vue index 934ab48..2fedfd8 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -18,7 +18,7 @@ /> -
+
{ if (askingData.value.question) { data.value.push(askingData.value) } + askingData.value = { question, desLoading: true } nextTick(() => { handleCloseHistoryAsk() - askingData.value = { question, desLoading: true } }) } const handleContinueAsk = (question) => { -- GitLab