闫增涛
2024-03-22 986d4798a9dad75b6ae617e52ea2918dfacd3708
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()