From e3544ee06e107369476148a6bd485d4504d37f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=84=86=E7=9A=AE=E9=B8=AD?= <1003092440@qq.com> Date: Tue, 10 Oct 2023 17:56:20 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/questionBank/components/Question.vue b/src/pages/questionBank/components/Question.vue index e921e4a..31c2154 100644 --- a/src/pages/questionBank/components/Question.vue +++ b/src/pages/questionBank/components/Question.vue @@ -520,6 +520,7 @@ this.$refs.countDown_1.pause(); this.$refs.countDown_2.pause(); } + this.popupShow = false this.$refs.countDown_3.pause(); this.$emit('update:isSubmit', true) },