提交 d63803fa authored 作者: lihuihui's avatar lihuihui

fix: 模拟考试提交定时器清除

上级 05b8643d
...@@ -85,6 +85,7 @@ export default { ...@@ -85,6 +85,7 @@ export default {
} }
api.setCache(param).then(response => { api.setCache(param).then(response => {
if (isCache) { if (isCache) {
clearInterval(this.cacheAnswerTime)
this.$router.replace({ path: '/testExam/result', query: { exam_id: this.examId } }) this.$router.replace({ path: '/testExam/result', query: { exam_id: this.examId } })
} }
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论