getList($shop_id, $search); // 门店列表 $shopList = ShopModel::getAllList(); return $this->fetch('index', compact('list', 'shopList')); } }