...
|
...
|
@@ -114,11 +114,7 @@ class ListController extends HomeBaseController |
|
|
|
|
|
}else{
|
|
|
|
|
|
$zuixin = Db::name('portal_post') -> where('id','in',$arr3) -> where('delete_time',0) -> order('create_time desc') -> limit(1) -> select();
|
|
|
$zzz = $zuixin[0];
|
|
|
|
|
|
$zzz['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($zzz['post_content']));
|
|
|
$this -> assign('zuixin',$zzz);
|
|
|
dump($path);die;
|
|
|
|
|
|
//将最新文章的说明文献coa显示
|
|
|
$post_data = Db::name('portal_category_post') -> where('post_id',$zzz['id']) -> find();
|
...
|
...
|
|