packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -258,11 +258,7 @@ ) { this.submitPaper(); // wx.navigateBack(); } else if ( this.properties.answerType == "option" || this.properties.answerType == "mock" || this.properties.answerType == "interaction" ) { } else if (this.properties.answerType == "option" || this.properties.answerType == "mock" || this.properties.answerType == "interaction") { if (this.properties.submitStatus) return wx.navigateBack(); this.properties.questionDataList.forEach((item) => { if (!this.isHaveAnswer(item.userAnswer)) {