Commit d6a65cef by 陈超

A

parent de117565
......@@ -650,6 +650,7 @@
paper_options_id: that.paperOptions.exams_paper_options_id,
}
that.finished.forEach( r => {
console.log(r)
let key = 'user_answer[' + r.qId + ']'
switch(r.key) {
case "radio":
......@@ -661,6 +662,7 @@
},
saveProgress: function() {
let that = this
that.cacheQuestion()
let param = this.collectParam()
$.post(
U('exams/Index/doProgressExams'),
......@@ -683,6 +685,7 @@
},
submitPaper: function() {
let that = this
that.cacheQuestion()
let param = this.collectParam()
console.log(param)
return
......
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