src/views/exam/paper/intelligence.vue
@@ -413,10 +413,10 @@ }, nextQuestion: function (nowPartOrder) { let _this = this let num = ++_this.order let num = _this.order + 1 // 跳到没有答的题目的段 while (_this.isContentNotEmpty(num) && num !== _this.answer.answerItems.length - 1) { num = ++_this.order num = _this.order + 1 this.getEmptySubjct(num) } this.determineWhetherIntelligenceTitle()