Fix:4890 【商城小程序】旅居类目下当前显示的是养生圣地所有类目下的店铺数据,应只显示旅居店铺的数据

This commit is contained in:
linxi
2026-02-06 18:26:52 +08:00
parent 0c682398c4
commit bdfc025094
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ export default {
// countyId: this.cityId, // countyId: this.cityId,
goodCityId: this.cityId, goodCityId: this.cityId,
wellnessPlaceCateId : this.categoryId, wellnessPlaceCateId : this.categoryId,
shopType: 'wellnessTravel', shopType: 'wellnessCate',
page: 1, page: 1,
limit: 9999 limit: 9999
} }
+1 -1
View File
@@ -164,7 +164,7 @@ export default {
const params = { const params = {
// countyId: this.cityId, // countyId: this.cityId,
goodCityId: this.cityId, goodCityId: this.cityId,
shopType: 'wellnessCate', shopType: 'wellnessTravel',
page: 1, page: 1,
limit: 9999 limit: 9999
} }