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