Commit 5a59ca7f by 陈超

A

parent e29d0716
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
}, },
computed: { computed: {
totalQuestion: function() { totalQuestion: function() {
console.log(this.currentQuestions[this.currentType].length) console.log(this.currentQuestions[this.currentType])
return this.currentQuestions[this.currentType].length return this.currentQuestions[this.currentType].length
}, },
currentQuestions: function() { currentQuestions: function() {
......
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