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

产品

... ... @@ -180,7 +180,7 @@ class ProductController extends HomeBaseController{
foreach ($data as $key => $value) {
$value['content'] = cmf_replace_content_file_url(htmlspecialchars_decode($value['content']));
}
dump($data);die;
return json_encode($data);
... ...
... ... @@ -174,7 +174,8 @@
$('.aside_son').remove();
$.post("{:url('Product/commps')}", {id:id}, function(data) {
coa = JSON.parse(data);
console.log(coa);
});
});
... ...