Commit 6ecbdf0a by 冷斌

测试首页

parent d93acac5
...@@ -49,6 +49,9 @@ class IndexAction extends CommonAction ...@@ -49,6 +49,9 @@ class IndexAction extends CommonAction
$map['listingtime'] = ['LT', time()]; $map['listingtime'] = ['LT', time()];
OPEN_SCHOOL && $map['show_place'] = ['neq', 2]; OPEN_SCHOOL && $map['show_place'] = ['neq', 2];
var_dump($config['tpl'] );
die;
if ($config['tpl'] == 'theme_x4') { if ($config['tpl'] == 'theme_x4') {
$info_data = $this->get_index_one_data($config['item']); $info_data = $this->get_index_one_data($config['item']);
$this->assign('info_data', $info_data); $this->assign('info_data', $info_data);
......
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