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() {