Преглед на файлове

Merge branch 'xqy_1.3' into dev

xuqiaoying преди 3 години
родител
ревизия
ad0823a06d
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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();
     },