Commit 39d00edb by 陈超

A

parent 7bc09a36
...@@ -468,7 +468,6 @@ ...@@ -468,7 +468,6 @@
selected: false selected: false
}) })
} }
console.log("call")
return array return array
}, },
//选择题答案 //选择题答案
...@@ -525,6 +524,7 @@ ...@@ -525,6 +524,7 @@
}, },
onChoose: function(opt) { onChoose: function(opt) {
if(this.currentQuestionTypeKey == 'radio') { if(this.currentQuestionTypeKey == 'radio') {
console.log(this.currentOptions)
this.currentOptions.forEach( r => { this.currentOptions.forEach( r => {
r.selected = opt.key == r.key r.selected = opt.key == r.key
}) })
......
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