闫增涛
2024-04-10 bd3c5bd24f0d5c5b8669bb034a75d46d7a10599d
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 {