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

核心医疗团队

@@ -62,6 +62,22 @@ class WeixinController extends WeChatBaseController{ @@ -62,6 +62,22 @@ class WeixinController extends WeChatBaseController{
62 62
63 } 63 }
64 64
  65 + //显示核心医疗团队
  66 + public function hexin(){
  67 +
  68 + //查询显示首页logo
  69 + $logo = Db::name('slide_item') -> where('slide_id',1) -> find();
  70 + $this -> assign('logo',$logo);
  71 +
  72 + $data = Db::name('portal_category_post') -> where('category_id',30) -> find();
  73 + $res = Db::name('portal_post') -> where('id',$data['post_id']) -> find();
  74 + $res['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($res['post_content']));
  75 + $this -> assign('res',$res);
  76 +
  77 + return $this -> fetch();
  78 +
  79 + }
  80 +
65 81
66 82
67 83
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 32
33 </li> 33 </li>
34 <li> 34 <li>
35 - <a href="index_detail3.html"> 35 + <a href="{:url('Weixin/hexin')}">
36 <img src="__TMPL__/public/assets/images/bicon (4).png" alt=""> 36 <img src="__TMPL__/public/assets/images/bicon (4).png" alt="">
37 <p>核心醫療團隊</p> 37 <p>核心醫療團隊</p>
38 </a> 38 </a>