packageBookService/pages/bookServices/examination/examination.js
@@ -439,10 +439,10 @@ }) if (this.data.answerType == 'option') { if (this.data) this.startCountdown() this.setData({ countdownTime: 2 * 60 * 60 * 1000 }) // this.startCountdown() this.setData({ countdownTime: 2 * 60 * 60 * 1000 }) // 测试答题 await this.getCollectIdList() // 获取收藏id列表 await this.getErrorList() // 获取错题id列表 @@ -793,6 +793,8 @@ }) }) } // 有题目再开始倒计时 if (this.data.questionDataList.length) this.startCountdown() this.setData({ loading: false })