Fix:4878 【商城小程序】重新进入小程序时,当前定位城市的推荐店铺轮播图不显示
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user