Explorar o código

Merge branch 'xqy_1.3' into dev

xuqiaoying %!s(int64=3) %!d(string=hai) anos
pai
achega
ad0823a06d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      pages5/examBank/index.vue

+ 3 - 0
pages5/examBank/index.vue

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