Commit 9ee263f9 by 陈超

A

parent 42efdadb
...@@ -425,7 +425,6 @@ ...@@ -425,7 +425,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() {
...@@ -433,6 +432,7 @@ ...@@ -433,6 +432,7 @@
}, },
currentQuestionTypeName: function() { currentQuestionTypeName: function() {
let type = this.currentQuestionType let type = this.currentQuestionType
console.log(type)
if(type.question_type_key == 'radio') { if(type.question_type_key == 'radio') {
return '单选题' return '单选题'
} else if(type.question_type_key == 'judge') { } else if(type.question_type_key == 'judge') {
......
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