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 }