From 5e8f65b98be6bf2d355cd53210061c576e981280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=84=86=E7=9A=AE=E9=B8=AD?= <1003092440@qq.com> Date: Mon, 14 Aug 2023 00:44:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/questionBank/components/Question.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/questionBank/components/Question.vue b/src/pages/questionBank/components/Question.vue index 9706002..d45168c 100644 --- a/src/pages/questionBank/components/Question.vue +++ b/src/pages/questionBank/components/Question.vue @@ -54,7 +54,7 @@ export default { data() { return { - content:'太棒啦,已答完最后一题', + content:'太棒啦,已答完最后一题~', tipShow:false, title:'提示', tCurrent:0, @@ -86,7 +86,7 @@ export default { if (this.questionList[index + 1]) { list.push(this.questionList[index + 1]); } - + this.duration = 0; setTimeout(() => {