Quellcode durchsuchen

Merge branch 'xqy_1.3' into dev

xuqiaoying vor 3 Jahren
Ursprung
Commit
ad0823a06d
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      pages5/examBank/index.vue

+ 3 - 0
pages5/examBank/index.vue

@@ -1698,6 +1698,9 @@ export default {
       console.log('222', this.questionList)
       if (this.questionList[bindex].ques) return;
       this.$set(this.questionList[bindex], "ques", optionsId);
+      if ((bindex + 1) < this.questionList.length) {
+        this.current = bindex + 1
+      }
       this.isDoOver();
     },