Fix:4601 【旅居管理后台,商城小程序】旅居商户管理—修改所属分类为“康养分类”,在前端小程序中不显示
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user