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

首页logo

@@ -22,6 +22,9 @@ class WeixinController extends WeChatBaseController{ @@ -22,6 +22,9 @@ class WeixinController extends WeChatBaseController{
22 22
23 public function index(){ 23 public function index(){
24 24
  25 + //查询显示首页logo
  26 + $logo = Db::name('slide_item') -> where('slide_id',1) -> find();
  27 + $this -> assign('logo',$logo);
25 return $this -> fetch(); 28 return $this -> fetch();
26 29
27 } 30 }