diff --git a/api/qianxian.js b/api/qianxian.js index bb2d4c1..5eec447 100644 --- a/api/qianxian.js +++ b/api/qianxian.js @@ -282,3 +282,10 @@ export function getCityNewsDetail(id) { export function getCityNewsCategory() { return request.get('/countyFamous/newsCategory', {}, {login: true}) } + +/** + * 获取县城店铺列表 + */ +export function getCityShopList(params) { + return request.get('/countyFamous/hotel', params, {login: true}) +} diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index 03f12ec..d911b2f 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -532,15 +532,15 @@ @@ -551,41 +551,52 @@ {{ tab.name }} - - - - - - ·  {{ file.title }} - + + + + + + + + {{ shop.address }} + + + + + + {{ shop.content }} + + + + + {{ shop.name }} + + - 暂无招商政策 + 暂无店铺 - - - 更多政策 - - - { + this.shopList = res.data.records || [] + }) + } }, fileItemClick(file) { const url = file.attachment || ''