From bf31bf859eb4a9bce7fdcc2ca3505a950690dd48 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Mon, 11 May 2026 14:29:46 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5234=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=90=8E=E5=8F=B0=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=88=86=E7=B1=BB=E6=B7=BB=E5=8A=A0=E8=B6=85=E8=BF=87?= =?UTF-8?q?=2010=20=E4=B8=AA=E7=B1=BB=E5=88=AB=EF=BC=8C=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8F=AA=E5=B1=95=E7=A4=BA=E5=89=8D=2010=20?= =?UTF-8?q?=E4=B8=AA=EF=BC=8C=E5=A4=9A=E4=BD=99=E5=88=86=E7=B1=BB=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E7=BC=BA=E5=A4=B1?= 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 fcfea8c..3f2e7a0 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -1243,7 +1243,9 @@ export default { }, getsaleList() { const params = { - countyFamousDataId: this.id + countyFamousDataId: this.id, + page: 1, + limit: 9999 } getSaleList(params).then(res => { this.saleList = [{name: '全部', id: ''}].concat(res.data || [])