闫增涛
2024-04-09 82a02197268268e0da3a682e1d8aa2040012c6ec
packageBookService/pages/bookServices/examination/examination.js
@@ -463,7 +463,6 @@
      loading: true,
    });
    const child = this.selectComponent("#question-options");
    debugger
    if (
      this.data.answerType == "option" ||
      this.data.answerType == "errorQuestion" ||
@@ -697,7 +696,6 @@
              this.setData({
                currentIndex: value.currentIndex,
              });
              console.log(this.data.submitStatus);
              // 携带答题记录 获取题目
              await this.getQuestionList(value.dataList);
            } else {