From cf4d19868269be0d4075f22f97e4b19e1451d8f1 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Sat, 31 Jan 2026 15:47:40 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E5=AF=BB=E5=8D=83=E5=8E=BF?= =?UTF-8?q?=E4=B8=87=E6=9D=91=E5=BA=97=E9=93=BA=E5=A2=9E=E5=8A=A02?= =?UTF-8?q?=E7=BA=A7=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/famousQianxianShop.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)) || [] })