Compare commits

..

No commits in common. '253ab2a80d3de3a851bb751b085fa3653c99041e' and '7e15974ea6327b9545df1a1ee05cffb9daa520f5' have entirely different histories.

  1. 1
      src/pages/questionBank/components/Question.vue

@ -520,7 +520,6 @@
this.$refs.countDown_1.pause(); this.$refs.countDown_1.pause();
this.$refs.countDown_2.pause(); this.$refs.countDown_2.pause();
} }
this.popupShow = false
this.$refs.countDown_3.pause(); this.$refs.countDown_3.pause();
this.$emit('update:isSubmit', true) this.$emit('update:isSubmit', true)
}, },

Loading…
Cancel
Save