Fix:4890 【商城小程序】旅居类目下当前显示的是养生圣地所有类目下的店铺数据,应只显示旅居店铺的数据
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user