From 2a32e1f60a370e24395f38474184425df75584da Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 25 Nov 2025 09:45:31 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4601=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0=EF=BC=8C=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E6=97=85=E5=B1=85=E5=95=86?= =?UTF-8?q?=E6=88=B7=E7=AE=A1=E7=90=86=E2=80=94=E4=BF=AE=E6=94=B9=E6=89=80?= =?UTF-8?q?=E5=B1=9E=E5=88=86=E7=B1=BB=E4=B8=BA=E2=80=9C=E5=BA=B7=E5=85=BB?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E2=80=9D=EF=BC=8C=E5=9C=A8=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E4=B8=AD=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/healthSanctum.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg_product/views/healthSanctum.vue b/pkg_product/views/healthSanctum.vue index 86075be..9b1f3a5 100644 --- a/pkg_product/views/healthSanctum.vue +++ b/pkg_product/views/healthSanctum.vue @@ -98,7 +98,7 @@ export default { onLoad(opts) { console.log(opts); - this.cityId = opts.goodCityId + this.cityId = opts.city this.cityName = decodeURIComponent(decodeURIComponent(opts.cityName)) getCategory().then(res => { this.tabs = res.data @@ -128,7 +128,7 @@ export default { // countyId: this.cityId, goodCityId: this.cityId, wellnessPlaceCateId : this.categoryId, - shopType: 'wellness', + shopType: 'wellnessCate', page: 1, limit: 9999 } @@ -144,8 +144,8 @@ export default { }, getTop() { const params = { - cityId: this.cityId, - shopType: 'wellness', + goodCityId: this.cityId, + shopType: 'wellnessTop', page: 1, limit: 9999 }