Commit 54991c65 by 陈超

A

parent 417b8c78
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
}, },
computed: { computed: {
totalQuestion: function() { totalQuestion: function() {
return this.currentQuestion[this.currentType].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