|
@@ -31,7 +31,8 @@ class Index extends Api
|
|
|
$banner = Ads::getbanner($this->cid);
|
|
|
$bottom_menu = Menu::lst($this->cid,29);
|
|
|
$menu = Menu::lst($this->cid,30);
|
|
|
- $this->success('获取成功',compact('banner','bottom_menu','menu'));
|
|
|
+ $all_ash = Config::where('name','all_ash')->value('value');
|
|
|
+ $this->success('获取成功',compact('banner','bottom_menu','menu','all_ash'));
|
|
|
}
|
|
|
|
|
|
/**
|