From af347912b2794dd35cf9ba8fa5e21cf4115a8443 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Wed, 4 Feb 2026 22:06:33 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4878=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=E9=87=8D=E6=96=B0=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=97=B6=EF=BC=8C=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E5=AE=9A=E4=BD=8D=E5=9F=8E=E5=B8=82=E7=9A=84=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E5=BA=97=E9=93=BA=E8=BD=AE=E6=92=AD=E5=9B=BE=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cloud/haveFun.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cloud/haveFun.vue b/pages/cloud/haveFun.vue index c80c9dd..3bf1cea 100644 --- a/pages/cloud/haveFun.vue +++ b/pages/cloud/haveFun.vue @@ -256,7 +256,6 @@ export default { handler(value) { if (value) { this.updateGoodCityId() - this.fetchHotelBanner() this.search() } }, @@ -473,6 +472,7 @@ export default { const found = this.cityOptions.find(item => item.cityName === this.cityName) if (found) { this.goodCityId = found.id || found.cityId || this.goodCityId + this.fetchHotelBanner() } }, goCity() {