Commit 4bc24412 by 陈超

A

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