From b38cb9ecf5807e98dbf57f8ca294ae15229ad50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Thu, 4 Dec 2025 18:58:05 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/sparring/tip.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/sparring/tip.vue b/src/pages/sparring/tip.vue index f65bcb14..af43dd41 100644 --- a/src/pages/sparring/tip.vue +++ b/src/pages/sparring/tip.vue @@ -333,6 +333,8 @@ return !(t.type === 'question' && t.isLoading) }) } + // 设为提问中状态 + answerIsOver.value = false // seqNo.value = body.seqNo; // touchBtnCallBack.value && touchBtnCallBack.value(); // touchBtnCallBack.value = null;