Browse Source

Merge branch 'xqy_1.3' into dev

xuqiaoying 3 years ago
parent
commit
ad0823a06d
1 changed files with 3 additions and 0 deletions
  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();
     },