Commit 4bc24412 by 陈超

A

parent 078ebd07
......@@ -643,7 +643,7 @@
let param = {
anser_time: that.timeConsumed,
exams_mode: 1,
paper_id: that.info.paper_id,
paper_id: that.info.exams_paper_id,
ch_id: "{$_GET['s_id']}",
view_url: "{$_GET['view']}",
is_timeout: time <= 0 ? 1 : 0,
......@@ -654,7 +654,7 @@
console.log(key)
switch(r.key) {
case "radio":
param.key = r.option
param[key] = r.option
console.log(param.key)
break
}
......
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