闫增涛
2024-03-22 986d4798a9dad75b6ae617e52ea2918dfacd3708
packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -48,6 +48,10 @@
    mockSumTime: {
      type: Number,
      value: 0,
    },
    isNight: {
      type: Boolean,
      value: false
    }
  },
@@ -60,7 +64,7 @@
    questionCardState: false,
    setUpPopup: false,
    testReportState: false,
    sliderValue: 0,
    sliderValue: 10,
    useTime: '',
    radioItem: 'daytime'
  },
@@ -220,6 +224,9 @@
    },
    // 底部提交按钮
    submitBtn() {
      this.setData({
        noReady: 0
      })
      // 我的错题和收藏  直接走提交逻辑
      if (this.properties.answerType == 'collectQuestion' || this.properties.answerType == 'errorQuestion') {
        this.submitPaper()