闫增涛
2024-04-09 82a02197268268e0da3a682e1d8aa2040012c6ec
packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -75,7 +75,7 @@
            2 * 60 * 60 * 1000 - this.properties.countdownTime
          ),
        });
      } else if (this.properties.answerType == "option") {
      } else if (this.properties.answerType == "mock") {
        this.setData({
          useTime: this.formatTime(
            this.properties.mockSumTime - this.properties.countdownTime
@@ -87,6 +87,7 @@
        (this.properties.answerType == "option" ||
          this.properties.answerType == "mock") && !this.properties.submitStatus
      ) {
        debugger
        this.timeout();
      }
    },