Commit cc0bc05b by 冷斌

fix bug

parent 53785225
...@@ -333,7 +333,7 @@ class IndexAction extends Action ...@@ -333,7 +333,7 @@ class IndexAction extends Action
$paper_options['options_type'] = $options_type; $paper_options['options_type'] = $options_type;
} }
} }
echo 1; die;
$this->assign('paper', $paper); $this->assign('paper', $paper);
// 是否练习模式 // 是否练习模式
$this->assign('isPractice', ($_GET['joinType'] == 1) ? 1 : 2); $this->assign('isPractice', ($_GET['joinType'] == 1) ? 1 : 2);
......
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