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) },