diff --git a/pages/my/fuwuxiangm.vue b/pages/my/fuwuxiangm.vue index 45d0192..e12552d 100644 --- a/pages/my/fuwuxiangm.vue +++ b/pages/my/fuwuxiangm.vue @@ -44,7 +44,7 @@ - + {{item.title}} @@ -159,7 +159,7 @@ page: 1, limit: 10, titleNmae: '', - classifyId: '', + classifyId: '102', tagsData: [], // 分类列表 tabCurrent: 0, @@ -216,15 +216,14 @@ }, queryList(pageNo, pageSize) { const params = { + city: '', page: pageNo, limit: pageSize, - by: '3', - status: '1', - classifyId: this.classifyId, title: this.searchValue, + classifyId: this.classifyId, type:this.type } - this.$Request.get('/app/artificer/selectMassageTypePage', params).then(res => { + this.$Request.get('/app/massage/package/findPackageAndMassagePage', params).then(res => { for (var i = 0; i < res.data.list.length; i++) { res.data.list[i].tagsData = res.data.list[i].labels.split(','); }