...
|
...
|
@@ -81,7 +81,8 @@ class ProductController extends HomeBaseController{ |
|
|
|
|
|
$id = input('post.id');
|
|
|
$data = Db::name('portal_post') -> where('id',$id) -> find();
|
|
|
$dara['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($data['post_content']));
|
|
|
$data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($data['post_content']));
|
|
|
|
|
|
return json_encode($data);
|
|
|
|
|
|
}
|
...
|
...
|
|