From eb6865299c62a10d1dcd32a8dced79ea5b368d32 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Wed, 2 Apr 2025 00:33:20 +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, 3 insertions(+), 2 deletions(-) diff --git a/pagesInn/inn/innHome.vue b/pagesInn/inn/innHome.vue index 765dad2..11437cc 100644 --- a/pagesInn/inn/innHome.vue +++ b/pagesInn/inn/innHome.vue @@ -617,6 +617,7 @@ export default { this.fetchInnInfoList() } this.fetchInnDetail() + this.fetchGoods(this.id) }, changeHome() { uni.showLoading() @@ -931,11 +932,11 @@ export default { break } }, - fetchGoods() { + fetchGoods(id) { this.isLoadGoodListoSuccess = false this.goodsList = [] getHotelGoodList({ - id: this.inn.id, + id: id || this.inn.id, page: 1, limit: 12 }).then(res => {