packageBookService/pages/bookServices/examination/examination.js
@@ -362,10 +362,12 @@ }, // 提交逻辑 submitPaper() { // 关闭退出页面监听 wx.disableAlertBeforeUnload() this.setData({ submitStatus: true submitStatus: true, loading: true }) const child = this.selectComponent('#question-options') if (this.data.answerType == 'option' || this.data.answerType == 'errorQuestion' || this.data.answerType == 'mock') { @@ -423,7 +425,9 @@ }) child.openTestReportDialog() } this.setData({ loading: false }) }, // 初始化函数 async init() {