Commit 6004ca3e by 陈超

A

parent 8fedf2e6
...@@ -493,7 +493,13 @@ ...@@ -493,7 +493,13 @@
}, },
onCollect: function(collect) { onCollect: function(collect) {
let that = this
$.post(U('exams/Index/collect'), {
action: collect,
source_id: that.currentQuestion.exams_question_id
}, function(res) {
console.log(res)
})
} }
} }
}) })
......
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