闫增涛
2024-04-09 253245731d2b0c5ea4994a9c4e17ad6b60136f2c
packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -85,7 +85,7 @@
      if (
        newValue == 0 &&
        (this.properties.answerType == "option" ||
          this.properties.answerType == "mock")
          this.properties.answerType == "mock") && !this.properties.submitStatus
      ) {
        this.timeout();
      }
@@ -172,7 +172,9 @@
    onChangeSlider(e) {
      const value = e.detail.value;
      console.log(value);
      this.triggerEvent("onChangeSlider", { value });
      this.triggerEvent("onChangeSlider", {
        value
      });
    },
    // 设置遮罩层点击
    onSetUpChange(e) {
@@ -191,7 +193,9 @@
        frontColor: "#222",
      });
      this.triggerEvent("changeBGColor", { value });
      this.triggerEvent("changeBGColor", {
        value
      });
    },
    // 重做按钮
    resterBtn() {
@@ -244,7 +248,7 @@
        this.properties.answerType == "errorQuestion"
      ) {
        this.submitPaper();
        return wx.navigateBack();
        // wx.navigateBack();
      } else if (
        this.properties.answerType == "option" ||
        this.properties.answerType == "mock"
@@ -305,4 +309,4 @@
      this.submitPaper();
    },
  },
});
});