feat:初始化异常能结束

This commit is contained in:
surenjun 2024-12-25 09:02:29 +08:00
parent 0fa4bb81cc
commit 1fd57572af

View File

@ -963,7 +963,12 @@ struct Index {
this.loadingPopupVisible = true
clearInterval(this.timer);
clearInterval(globalThis.judgeTimer)
this.judge.checkExamIsEnd(true);
try {
this.judge.checkExamIsEnd(true);
} catch (e) {
router.back()
}
}
})
}