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()