Commit 27d41f59 by 冷斌

fix bug

parent 2e6b7d8c
......@@ -54,8 +54,6 @@ class IndexAction extends CommonAction
'best' => 1,
];
$list = D('ExamsPaper', 'exams')->getPaperPageList($where, 16, 'default', true, 3);
var_dump($list);
die;
$this->assign('exams', $list);
if ($config['tpl'] == 'theme_x4') {
$info_data = $this->get_index_one_data($config['item']);
......
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