diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index 7e48443..66017c4 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -1685,10 +1685,12 @@ export default { getShopList() { const params = { countyFamousDataId: this.id, - countyFamousHotelType: this.shopTypeActive, page: 1, limit: 9999 } + if (this.shopTypeActive) { + params.countyFamousHotelType = this.shopTypeActive + } getCityShopList(params).then(res => { this.shopList = (res.data && (res.data.records || res.data.list)) || [] })