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

产品

... ... @@ -46,6 +46,7 @@ class ProductController extends HomeBaseController{
$cpid = Db::name('portal_category_post') -> where('category_id',12) -> find();
$cpdata = Db::name('portal_post') -> where('id',$cpid['post_id']) -> find();
$cpdata['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($cpdata['post_content']));
$this -> assign('category',$cpdata['id']);
$this -> assign('zuixin',$cpdata);
/* $shuju2 = $this -> wuxianx($data);
... ...