yiming
2024-03-25 04fb4674d322bea001f030d29bd5f111ed397f99
packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -224,6 +224,9 @@
    },
    // 底部提交按钮
    submitBtn() {
      this.setData({
        noReady: 0
      })
      // 我的错题和收藏  直接走提交逻辑
      if (this.properties.answerType == 'collectQuestion' || this.properties.answerType == 'errorQuestion') {
        this.submitPaper()