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