From 16742b3c23b88cffdcc754a53eff9403976e3510 Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 2 Apr 2025 11:30:10 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3583=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BA=97=E9=93=BA=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E2=80=94=E6=9C=89=E5=95=86=E5=93=81=E7=9A=84=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=88=87=E6=8D=A2=E8=87=B3=E6=97=A0=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=9A=84=E5=BA=97=E9=93=BA=E6=97=B6=EF=BC=8C=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E4=B8=AD=E4=BC=9A=E6=98=BE=E7=A4=BA=E5=95=86=E5=93=81?= =?UTF-8?q?=E9=A1=B9=EF=BC=9B=E6=97=A0=E5=95=86=E5=93=81=E7=9A=84=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=88=87=E6=8D=A2=E8=87=B3=E6=9C=89=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=9A=84=E5=BA=97=E9=93=BA=E6=97=B6=EF=BC=8C=E5=BA=97=E9=93=BA?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E4=B8=AD=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=95=86=E5=93=81=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/inn/innHome.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() } }