正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论