作者 anyv
1 个管道 的构建 通过 耗费 0 秒

产品

... ... @@ -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();
... ...