Commit 699f9ff1 by 陈超

A

parent 5a59ca7f
......@@ -418,8 +418,7 @@
},
computed: {
totalQuestion: function() {
console.log(this.currentQuestions[this.currentType])
return this.currentQuestions[this.currentType].length
return this.currentQuestions.length
},
currentQuestions: function() {
let optionType = this.currentQuestionType
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment