QYF-GitLab1
2025-08-01 f6088ce5e3086edc3bd669265f07c7624475d0f7
packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -58,8 +58,8 @@
    isShowDialog: {
      type: Boolean
    },
    joinGroup:{
      type:Boolean
    joinGroup: {
      type: Boolean
    }
  },
@@ -186,7 +186,6 @@
    // 滑块变化
    onChangeSlider(e) {
      const value = e.detail.value;
      console.log(value);
      this.triggerEvent("onChangeSlider", {
        value
      });
@@ -259,11 +258,7 @@
      ) {
        this.submitPaper();
        // wx.navigateBack();
      } else if (
        this.properties.answerType == "option" ||
        this.properties.answerType == "mock" ||
        this.properties.answerType == "interaction"
      ) {
      } else if (this.properties.answerType == "option" || this.properties.answerType == "mock" || this.properties.answerType == "interaction") {
        if (this.properties.submitStatus) return wx.navigateBack();
        this.properties.questionDataList.forEach((item) => {
          if (!this.isHaveAnswer(item.userAnswer)) {