| xqd
@@ -152,8 +152,6 @@ class FurnitureController extends Controller
|
|
|
$menus = AlbumNavModel::where([['store_id', $store_id], ['state', 1]])->orderByDesc('sort')->get();
|
|
|
|
|
|
$conf = AlbumManufacturerModel::where('store_id',$store_id)->first();
|
|
|
- print_r($store_id);
|
|
|
- dd($conf);
|
|
|
$getPhone = $conf->getPhone;
|
|
|
$getFocus = $conf->getFocus;
|
|
|
return $this->api(compact('setting', 'banner', 'navbar', 'menus','getFocus'));
|