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 }