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

首页logo

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