Fix:4878 【商城小程序】重新进入小程序时,当前定位城市的推荐店铺轮播图不显示

This commit is contained in:
LinCyJang
2026-02-04 22:06:33 +08:00
parent 325df3d6ca
commit af347912b2
+1 -1
View File
@@ -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() {