...
|
...
|
@@ -93,7 +93,7 @@ class ListController extends HomeBaseController |
|
|
|
|
|
$data = Db::name('portal_category') -> select();
|
|
|
$shuju = $this -> wuxian($data);
|
|
|
dump($shuju);die;
|
|
|
|
|
|
$this -> assign('jdata',$shuju);
|
|
|
|
|
|
|
...
|
...
|
@@ -110,6 +110,7 @@ class ListController extends HomeBaseController |
|
|
$wh_data = Db::name('portal_post') -> where('id',$post_data['post_id']) -> find();
|
|
|
$wh_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($wh_data['post_content']));
|
|
|
$this -> assign('zuixin',$wh_data);
|
|
|
$this -> assign('category',$category['id']);
|
|
|
|
|
|
}else{
|
|
|
|
...
|
...
|
|