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;