packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -64,7 +64,7 @@ questionCardState: false, setUpPopup: false, testReportState: false, sliderValue: 10, sliderValue: 28, useTime: '', radioItem: 'daytime' }, @@ -166,10 +166,10 @@ }, // 滑块变化 onChangeSlider(e) { console.log(e); this.setData({ sliderValue: e.detail.value }) console.log(e.detail.value); }, // 设置遮罩层点击 onSetUpChange(e) { @@ -224,6 +224,9 @@ }, // 底部提交按钮 submitBtn() { this.setData({ noReady: 0 }) // 我的错题和收藏 直接走提交逻辑 if (this.properties.answerType == 'collectQuestion' || this.properties.answerType == 'errorQuestion') { this.submitPaper()