Fix:4601 【旅居管理后台,商城小程序】旅居商户管理—修改所属分类为“康养分类”,在前端小程序中不显示

This commit is contained in:
linxi
2025-11-25 09:45:31 +08:00
parent fe596ffff3
commit 2a32e1f60a
+4 -4
View File
@@ -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
}