Commit 574772a5 by 陈超

A

parent 6710d90f
...@@ -645,9 +645,9 @@ ...@@ -645,9 +645,9 @@
let that = this let that = this
let time = this.info.reply_time * 60 - this.timeConsumed let time = this.info.reply_time * 60 - this.timeConsumed
let param = { let param = {
anser_time: this.timeConsumed anser_time: this.timeConsumed,
exams_mode: 1 exams_mode: 1,
paper_id: this.info.paper_id paper_id: this.info.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,
......
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