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

6

@@ -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 //首页澳德咨询
@@ -134,7 +134,7 @@ @@ -134,7 +134,7 @@
134 <div class="main3_top2_box"> 134 <div class="main3_top2_box">
135 <h2>{$shebei_data.post_title}</h2> 135 <h2>{$shebei_data.post_title}</h2>
136 <div class="oop"> 136 <div class="oop">
137 - <p>123145645</p> 137 + <p>{$shebei_data.post_content}</p>
138 </div> 138 </div>
139 </div> 139 </div>
140 </li> 140 </li>