Fix:4600 【旅居管理后台,商城小程序】旅居商户管理—修改所属分类为“康养顶部”,在前端小程序所有康养城市顶部都会显示
This commit is contained in:
@@ -126,7 +126,7 @@ export default {
|
|||||||
getList() {
|
getList() {
|
||||||
const params = {
|
const params = {
|
||||||
// countyId: this.cityId,
|
// countyId: this.cityId,
|
||||||
// cityId: this.cityId,
|
cityId: this.cityId,
|
||||||
wellnessPlaceCateId : this.categoryId,
|
wellnessPlaceCateId : this.categoryId,
|
||||||
shopType: 'wellness',
|
shopType: 'wellness',
|
||||||
page: 1,
|
page: 1,
|
||||||
@@ -144,7 +144,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getTop() {
|
getTop() {
|
||||||
const params = {
|
const params = {
|
||||||
// cityId: this.cityId,
|
cityId: this.cityId,
|
||||||
shopType: 'wellness',
|
shopType: 'wellness',
|
||||||
page: 1,
|
page: 1,
|
||||||
limit: 9999
|
limit: 9999
|
||||||
|
|||||||
Reference in New Issue
Block a user