From f444d544a4fb0d80b3bf7b9a992033ee87d270fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Thu, 31 Oct 2024 10:53:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=9B=E5=AE=89=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BC=98=E5=8C=96-1=E3=80=813=20=20=E5=A4=A7?= =?UTF-8?q?=E5=AE=B6=E5=B8=B8=E4=B9=B0=E5=A2=9E=E5=8A=A0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=EF=BC=9B=E8=A7=86=E9=A2=91=E5=9C=88=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 1 + pages/my/fuwudajiachangmai.vue | 706 +++++++++++++++++++++++++++++++++ pages/my/index.vue | 2 + pages/videoCircle/index.vue | 8 +- 4 files changed, 714 insertions(+), 3 deletions(-) create mode 100644 pages/my/fuwudajiachangmai.vue diff --git a/pages/index/index.vue b/pages/index/index.vue index c2ecf1a..224b957 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -697,6 +697,7 @@ userId: uni.getStorageSync('userId'), page: this.page, limit:4, + status: '1' } if(that.parType=='1'){ data.longitude=''; diff --git a/pages/my/fuwudajiachangmai.vue b/pages/my/fuwudajiachangmai.vue new file mode 100644 index 0000000..6af63ff --- /dev/null +++ b/pages/my/fuwudajiachangmai.vue @@ -0,0 +1,706 @@ + + + + + + \ No newline at end of file diff --git a/pages/my/index.vue b/pages/my/index.vue index 81b8ec1..c179810 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -410,7 +410,9 @@ city: '', page: 1, limit: 30, + isTj: 1 }).then(res => { + console.log(res); if (res.code == 0) { if (res.data) { this.dataList = res.data.list || {}; //追加新数据 diff --git a/pages/videoCircle/index.vue b/pages/videoCircle/index.vue index efc7ec9..884d3ee 100644 --- a/pages/videoCircle/index.vue +++ b/pages/videoCircle/index.vue @@ -632,8 +632,9 @@ GET(){ var data={ page: this.page, - limit:this.limit, - userId:uni.getStorageSync('userId') + limit: this.limit, + userId: uni.getStorageSync('userId'), + status: '1' } this.$Request.get("/app/shipinquan/list", data).then(res => { if (res.code == 0) { @@ -655,7 +656,8 @@ var data={ page: this.page, limit:this.limit, - userId:uni.getStorageSync('userId') + userId:uni.getStorageSync('userId'), + status: '1' } this.$Request.get("/app/shipinquan/list", data).then(res => { if (res.code == 0) {