From 069f0fa4130262141a26d4bf57f4f976d0c02d2d Mon Sep 17 00:00:00 2001
From: linxi <957440651@qq.com>
Date: Fri, 4 Sep 2026 11:33:13 +0800
Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5954=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=E8=BF=9B=E5=85=A5=E8=B6=A3?=
=?UTF-8?q?=E6=B8=B8=E9=A1=B5=E9=9D=A2=E6=97=B6=E4=BC=9A=E7=9F=AD=E6=9A=82?=
=?UTF-8?q?=E5=87=BA=E7=8E=B0=E2=80=9C=E6=9A=82=E6=97=A0=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=E2=80=9D=E5=90=8E=E6=89=8D=E5=8A=A0=E8=BD=BD=E5=87=BA=E5=86=85?=
=?UTF-8?q?=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/cloud/haveFun.vue | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/pages/cloud/haveFun.vue b/pages/cloud/haveFun.vue
index c8afdc6..fa0def4 100644
--- a/pages/cloud/haveFun.vue
+++ b/pages/cloud/haveFun.vue
@@ -114,7 +114,8 @@
-
+
+
暂无数据
@@ -203,6 +204,7 @@ export default {
isNext: false,
townConfig: {},
townList: [],
+ townLoaded: false,
randomSeed: null,
hotelBanner: [],
goodCityId: '',
@@ -519,6 +521,8 @@ export default {
}
getAncientTownList(params).then(res => {
this.townList = res.data.records
+ }).finally(() => {
+ this.townLoaded = true
})
return
}