Fix:4878 【商城小程序】重新进入小程序时,当前定位城市的推荐店铺轮播图不显示
This commit is contained in:
@@ -256,7 +256,6 @@ export default {
|
|||||||
handler(value) {
|
handler(value) {
|
||||||
if (value) {
|
if (value) {
|
||||||
this.updateGoodCityId()
|
this.updateGoodCityId()
|
||||||
this.fetchHotelBanner()
|
|
||||||
this.search()
|
this.search()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -473,6 +472,7 @@ export default {
|
|||||||
const found = this.cityOptions.find(item => item.cityName === this.cityName)
|
const found = this.cityOptions.find(item => item.cityName === this.cityName)
|
||||||
if (found) {
|
if (found) {
|
||||||
this.goodCityId = found.id || found.cityId || this.goodCityId
|
this.goodCityId = found.id || found.cityId || this.goodCityId
|
||||||
|
this.fetchHotelBanner()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
goCity() {
|
goCity() {
|
||||||
|
|||||||
Reference in New Issue
Block a user