Commit 699f9ff1 by 陈超

A

parent 5a59ca7f
...@@ -418,8 +418,7 @@ ...@@ -418,8 +418,7 @@
}, },
computed: { computed: {
totalQuestion: function() { totalQuestion: function() {
console.log(this.currentQuestions[this.currentType]) return this.currentQuestions.length
return this.currentQuestions[this.currentType].length
}, },
currentQuestions: function() { currentQuestions: function() {
let optionType = this.currentQuestionType 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