From 1132b225322dc59c3445ca525fa0425e7d58a352 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Tue, 24 Sep 2024 13:40:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/order/transactiondetails.vue | 9 ++++-- src/views/modules/user/user-point-memery.vue | 28 +++++++++++++------ src/views/modules/user/user.vue | 6 ++-- 3 files changed, 29 insertions(+), 14 deletions(-) diff --git a/src/views/modules/order/transactiondetails.vue b/src/views/modules/order/transactiondetails.vue index 60ae182..2cb82fe 100644 --- a/src/views/modules/order/transactiondetails.vue +++ b/src/views/modules/order/transactiondetails.vue @@ -25,14 +25,16 @@ + label="用户111"> + --> + + + 查询 --> +
当前用户:{{userName}} / {{query.tel}}
- - - - - + + + @@ -30,7 +34,10 @@ align="center" label="关联id"> --> - + + + + @@ -117,9 +124,9 @@ dataListLoading: false, dataList: [], pageIndex: 1, - pageSize: 10, + pageSize: 20, totalPage: 0, - + userName:'', } }, @@ -129,6 +136,8 @@ activated() { this.query.id = this.$route.query.id; this.query.tel = this.$route.query.tel; + this.userName = this.$route.query.userName + // console.log(this.$route.query.orderId) this.getDataList() }, @@ -162,7 +171,8 @@ method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档 data: { 'page': 1, - 'limit': 200, + 'limit': this.pageSize, + 'userId': this.query.id }, header: { //默认 无 说明:请求头 diff --git a/src/views/modules/user/user.vue b/src/views/modules/user/user.vue index 6cbd84d..4bdaa16 100644 --- a/src/views/modules/user/user.vue +++ b/src/views/modules/user/user.vue @@ -28,9 +28,9 @@ align="center" label="用户ID"> - +