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) {