From 0b4cb9696ebbfe4ba0745ee2ddb7d90ee57ea45e Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Thu, 19 Dec 2024 23:00:37 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2863=20=E3=80=90=E5=AF=BB=E8=B6=A3?= =?UTF-8?q?=E5=91=B3=E3=80=91=E9=85=8D=E7=BD=AE=E6=B4=BB=E5=8A=A8=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=97=B6=E9=97=B4=E6=8F=92=E4=BB=B6=EF=BC=8C=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E6=97=B6=E9=97=B4=E6=94=B9=E4=B8=BA=E7=BA=AF=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cloud/haveFun.vue | 2 +- pages/town/components/information.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/cloud/haveFun.vue b/pages/cloud/haveFun.vue index 4996971..2a90f43 100644 --- a/pages/cloud/haveFun.vue +++ b/pages/cloud/haveFun.vue @@ -282,7 +282,7 @@ export default { fetchList(random = 0, randomSeed) { if(this.typeIndex === -1) { const params = { - cityName: this.cityName, + cityName: this.name, page: 1, limit: 999 } diff --git a/pages/town/components/information.vue b/pages/town/components/information.vue index 409ca6f..0a8ac02 100644 --- a/pages/town/components/information.vue +++ b/pages/town/components/information.vue @@ -18,7 +18,7 @@ {{ item.intro }} - 活动时间: {{ item.startTime }} - {{ item.endTime }} + 活动时间: {{ item.activityTime }}