Commit e29d0716 by 陈超

A

parent be3ce158
...@@ -418,6 +418,7 @@ ...@@ -418,6 +418,7 @@
}, },
computed: { computed: {
totalQuestion: function() { totalQuestion: function() {
console.log(this.currentQuestions[this.currentType].length)
return this.currentQuestions[this.currentType].length return this.currentQuestions[this.currentType].length
}, },
currentQuestions: function() { currentQuestions: function() {
...@@ -425,7 +426,6 @@ ...@@ -425,7 +426,6 @@
let questionType = optionType.question_type let questionType = optionType.question_type
let questionData = this.paperOptions.options_questions_data let questionData = this.paperOptions.options_questions_data
let questions = questionData[questionType] let questions = questionData[questionType]
console.log(questions)
return questions return questions
}, },
currentQuestionType: function() { currentQuestionType: 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