From 877b8d873cf176da13d6f8988dafad04f9619193 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 4 Nov 2025 13:35:54 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4317=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=8F=A4=E9=95=87=E2=80=94?= =?UTF-8?q?=E3=80=90=E6=B4=BB=E5=8A=A8=E3=80=91=E7=B1=BB=E7=9B=AE=E4=B8=8B?= =?UTF-8?q?=E6=96=B9=E5=8F=AA=E6=98=BE=E7=A4=BA=E4=BA=8610=E6=9D=A1?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/town/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/town/index.vue b/pages/town/index.vue index 769a1a1..ffa5b6b 100644 --- a/pages/town/index.vue +++ b/pages/town/index.vue @@ -211,7 +211,9 @@ export default { }, getActive() { const params = { - ancientTownId: this.id + ancientTownId: this.id, + page: 1, + pageSize: 9999 } getAncientTownActive(params).then(res => { this.activeties = res.data.records || []