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