|
@@ -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();
|
|
|
},
|
|
|
|