Commit fe846a39 by 陈超

A

parent 1d0b83f0
...@@ -339,7 +339,7 @@ class IndexAction extends Action ...@@ -339,7 +339,7 @@ class IndexAction extends Action
$this->assign('isPractice', ($_GET['joinType'] == 1) ? 1 : 2); $this->assign('isPractice', ($_GET['joinType'] == 1) ? 1 : 2);
$this->assign('paper_options', $paper_options); $this->assign('paper_options', $paper_options);
$this->assign('tempData', $tempData); $this->assign('tempData', $tempData);
$this->assign('review', $_GET['review'] ? true : false); $this->assign('review', $_GET['review']);
$this->display(); $this->display();
} }
......
...@@ -401,7 +401,7 @@ ...@@ -401,7 +401,7 @@
current: 1, current: 1,
paperOptions: {}, paperOptions: {},
counting: true, counting: true,
review: "{$review}", review: "{$_GET['review']}",
countDown: "00:00:00", countDown: "00:00:00",
timeConsumed: 0, timeConsumed: 0,
expand: false, expand: false,
......
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