闫增涛
2024-03-26 6a444f6b67a5ecd80623405bf0616d7330418239
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
    })