Fix:4601 【旅居管理后台,商城小程序】旅居商户管理—修改所属分类为“康养分类”,在前端小程序中不显示
This commit is contained in:
@@ -98,7 +98,7 @@ export default {
|
|||||||
onLoad(opts) {
|
onLoad(opts) {
|
||||||
console.log(opts);
|
console.log(opts);
|
||||||
|
|
||||||
this.cityId = opts.goodCityId
|
this.cityId = opts.city
|
||||||
this.cityName = decodeURIComponent(decodeURIComponent(opts.cityName))
|
this.cityName = decodeURIComponent(decodeURIComponent(opts.cityName))
|
||||||
getCategory().then(res => {
|
getCategory().then(res => {
|
||||||
this.tabs = res.data
|
this.tabs = res.data
|
||||||
@@ -128,7 +128,7 @@ export default {
|
|||||||
// countyId: this.cityId,
|
// countyId: this.cityId,
|
||||||
goodCityId: this.cityId,
|
goodCityId: this.cityId,
|
||||||
wellnessPlaceCateId : this.categoryId,
|
wellnessPlaceCateId : this.categoryId,
|
||||||
shopType: 'wellness',
|
shopType: 'wellnessCate',
|
||||||
page: 1,
|
page: 1,
|
||||||
limit: 9999
|
limit: 9999
|
||||||
}
|
}
|
||||||
@@ -144,8 +144,8 @@ export default {
|
|||||||
},
|
},
|
||||||
getTop() {
|
getTop() {
|
||||||
const params = {
|
const params = {
|
||||||
cityId: this.cityId,
|
goodCityId: this.cityId,
|
||||||
shopType: 'wellness',
|
shopType: 'wellnessTop',
|
||||||
page: 1,
|
page: 1,
|
||||||
limit: 9999
|
limit: 9999
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user