packageBookService/pages/bookServices/examination/examination.js
@@ -439,7 +439,7 @@ }) if (this.data.answerType == 'option') { if (this.data) this.startCountdown() // this.startCountdown() this.setData({ countdownTime: 2 * 60 * 60 * 1000 }) @@ -793,6 +793,8 @@ }) }) } // 有题目再开始倒计时 if (this.data.questionDataList.length) this.startCountdown() this.setData({ loading: false })