From 14e2fd91045f54ecd2ca60b4b6cb1e8e6189089b Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Thu, 2 Apr 2026 19:36:38 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5037=20=E3=80=90=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E3=80=91=E6=97=85=E5=B1=85=E5=BA=97=E9=93=BA?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=EF=BC=8C=E4=BD=93=E9=AA=8C=E5=BA=97?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=8F=AA=E6=98=BE=E7=A4=BA=E4=BA=86=E5=8D=81?= =?UTF-8?q?=E4=B8=AA=E5=BA=97=E9=93=BA=EF=BC=8C=E9=85=8D=E7=BD=AE=E7=9A=84?= =?UTF-8?q?=E5=BA=97=E9=93=BA=E6=95=B0=E6=8D=AE=E6=B2=A1=E6=9C=89=E5=AE=8C?= =?UTF-8?q?=E5=85=A8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/sojoumStore.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg_product/views/sojoumStore.vue b/pkg_product/views/sojoumStore.vue index 6eb4f39..d93a555 100644 --- a/pkg_product/views/sojoumStore.vue +++ b/pkg_product/views/sojoumStore.vue @@ -513,6 +513,8 @@ export default { }) const params = { travelMerchantId: this.store.id, + page: 1, + limit: 99999, // experienceStoreCategoryId: null // Optional if category filtering is needed } getExperienceStoreList(params).then(res => {