Commit 4a97bcb0 by 陈超

A

parent 9ee263f9
......@@ -432,15 +432,7 @@
},
currentQuestionTypeName: function() {
let type = this.currentQuestionType
console.log(type)
if(type.question_type_key == 'radio') {
return '单选题'
} else if(type.question_type_key == 'judge') {
return '单选题'
} else if(type.question_type_key == 'multiselect') {
return '单选题'
}
return '未知'
return type.type_info.question_type_title
},
currentQuestion: function() {
return this.currentQuestions[this.current]
......
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