Commit f5240631 by 陈超

A

parent c2bb31d0
...@@ -124,7 +124,6 @@ class IndexAction extends Action ...@@ -124,7 +124,6 @@ class IndexAction extends Action
$this->assign('exams_difficult', $exams_difficult); $this->assign('exams_difficult', $exams_difficult);
// 因页面上此参数使用位置较多,直接传递变量 // 因页面上此参数使用位置较多,直接传递变量
$this->assign('level', $_GET['level']); $this->assign('level', $_GET['level']);
$this->assign('review', $_GET['review']);
$this->assign('order', $order); $this->assign('order', $order);
$this->assign('module_id', $module_id); $this->assign('module_id', $module_id);
$this->assign('exams_subject_id', $cateId); $this->assign('exams_subject_id', $cateId);
...@@ -340,6 +339,7 @@ class IndexAction extends Action ...@@ -340,6 +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']);
$this->display(); $this->display();
} }
......
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