diff --git a/pagesInn/inn/innHome.vue b/pagesInn/inn/innHome.vue index 7964ec1..99e5a19 100644 --- a/pagesInn/inn/innHome.vue +++ b/pagesInn/inn/innHome.vue @@ -611,13 +611,14 @@ export default { methods: { goHome(e) { this.id = e.id + this.isLoad = false if(this.activeIndex !==1) { this.activeInde = 1 } else { this.fetchInnInfoList() } this.fetchInnDetail() - this.fetchGoods(this.id) + // this.fetchGoods(this.id) }, changeHome() { uni.showLoading() @@ -852,6 +853,8 @@ export default { _this.activeIndex = 1 _this.tabList[0].isShow = false } else { + _this.activeIndex = 0 + this.tabList[0].isShow = true _this.fetchGoods() } }