From d31ed5cbf9a7c5a1b2c822d3a518aab099aae95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=B3=BD=E5=86=9B?= <5654792+tcubic21@user.noreply.gitee.com> Date: Tue, 15 Apr 2025 10:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA51=E6=B4=BB=E5=8A=A8=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Question.vue b/src/components/Question.vue index 9865205..86904a5 100644 --- a/src/components/Question.vue +++ b/src/components/Question.vue @@ -30,7 +30,7 @@ const checkedOption = ref('') const answerFn = (item, event) => { let e = event.target.parentElement; console.log('选项', item); - console.log('当前题目:', currentId.value + 1); + // console.log('当前题目:', currentId.value + 1); debounceTap(e, () => { gsap.set('.option-tips,.analysis', { autoAlpha: 1 })