Commit d98c58e3 by 陈超

A

parent 6004ca3e
......@@ -498,7 +498,10 @@
action: collect,
source_id: that.currentQuestion.exams_question_id
}, function(res) {
console.log(res)
let r = JSON.parse(res)
if(r.status == 1) {
that.currentQuestion.is_collect = collect
}
})
}
}
......
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