diff --git a/pages/my/fuwuGengduo.vue b/pages/my/fuwuGengduo.vue index 383f240..0cb8476 100644 --- a/pages/my/fuwuGengduo.vue +++ b/pages/my/fuwuGengduo.vue @@ -123,23 +123,23 @@ } }, getData(){ - this.$Request.get("/app/massage/package/findPackageAndMassagePage",{ - city:'', - page:this.page, - limit:this.limit, - title:this.searchValue - }).then(res => { - if (res.code == 0) { - if (res.data) { - if (this.page == 1) this.dataList = []; //如果是第一页需手动制空列表 - this.dataList = [...this.dataList, ...res.data.list]; //追加新数据 - for(var i=0;i { + // if (res.code == 0) { + // if (res.data) { + // if (this.page == 1) this.dataList = []; //如果是第一页需手动制空列表 + // this.dataList = [...this.dataList, ...res.data.list]; //追加新数据 + // for(var i=0;i