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

产品

... ... @@ -116,6 +116,7 @@ class ListController extends HomeBaseController
$id = Db::name('portal_category_post') -> where('category_id',$path[2]) -> find();
$wz_data = Db::name('portal_post') -> where('id',$id['post_id']) -> find();
$wz_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($wh_data['post_content']));
$this -> assign('zuixin',$wz_data);
$this -> assign('category',$category['id']);
... ...