...
|
...
|
@@ -32,11 +32,11 @@ class IndexController extends HomeBaseController |
|
|
$this -> assign('shebei_data',$shebei_data);
|
|
|
|
|
|
$sheshi_data = Db::name('portal_post') -> where('id',47) -> find();
|
|
|
$sheshi_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($shebei_data['post_content']));
|
|
|
$sheshi_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($sheshi_data['post_content']));
|
|
|
$this -> assign('sheshi_data',$sheshi_data);
|
|
|
|
|
|
$fuwu_data = Db::name('portal_post') -> where('id',48) -> find();
|
|
|
$fuwu_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($shebei_data['post_content']));
|
|
|
$fuwu_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($fuwu_data['post_content']));
|
|
|
$this -> assign('fuwu_data',$fuwu_data);
|
|
|
|
|
|
//首页澳德咨询
|
...
|
...
|
|