...
|
...
|
@@ -118,6 +118,7 @@ class ListController extends HomeBaseController |
|
|
$wz_data = Db::name('portal_post') -> where('id',$id['post_id']) -> find();
|
|
|
$wz_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($wz_data['post_content']));
|
|
|
$this -> assign('zuixin',$wz_data);
|
|
|
dump($category['id']);die;
|
|
|
$this -> assign('category',$category['id']);
|
|
|
|
|
|
//将最新文章的说明文献coa显示
|
...
|
...
|
|