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

6

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