From da91b925f1c5d0ac929ca1c6f48367e06099bafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Thu, 25 Jul 2024 22:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E9=A1=B5=E9=9D=A2=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/fuwuGengduo.vue | 35 +++-- pages/my/newseckill.vue | 1 - pages/shop/index.vue | 320 ++++++++++++++++++++++----------------- 3 files changed, 197 insertions(+), 159 deletions(-) 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