From 67f046c281aaf0128ef0a8bea8e01965deae5680 Mon Sep 17 00:00:00 2001 From: panqihua Date: Sat, 14 Jan 2023 15:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=94=A8=E6=88=B7=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=9A=84=E8=AF=A6=E6=83=85=E5=92=8C=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/platform/buyDetail.vue | 7 +++-- src/views/platform/cart.vue | 10 +++---- src/views/platform/discount.vue | 8 +++-- src/views/platform/walletDetail.vue | 17 ++++++----- src/views/system/user/index.vue | 34 +++++++++++++++++----- src/views/system/user/profile/baseForm.vue | 2 ++ 6 files changed, 51 insertions(+), 27 deletions(-) diff --git a/src/views/platform/buyDetail.vue b/src/views/platform/buyDetail.vue index ed0ed85..cb13990 100644 --- a/src/views/platform/buyDetail.vue +++ b/src/views/platform/buyDetail.vue @@ -10,8 +10,9 @@ - + @@ -21,7 +22,7 @@ - + diff --git a/src/views/platform/cart.vue b/src/views/platform/cart.vue index 3ca83c8..ada0aaa 100644 --- a/src/views/platform/cart.vue +++ b/src/views/platform/cart.vue @@ -46,11 +46,11 @@ export default { getList() { // this.loading = true; - listCart(this.userId).then(response => { - this.cartList = response.rows; - this.total = response.total; - this.loading = false; - }); + // listCart(this.userId).then(response => { + // this.cartList = response.rows; + // this.total = response.total; + // this.loading = false; + // }); } }, watch: { diff --git a/src/views/platform/discount.vue b/src/views/platform/discount.vue index 1879151..269d56c 100644 --- a/src/views/platform/discount.vue +++ b/src/views/platform/discount.vue @@ -2,8 +2,9 @@
- + @@ -29,7 +30,7 @@
- + @@ -62,6 +63,7 @@ export default { queryParams: { pageNum: 1, pageSize: 10, + dateRange: undefined }, } }, diff --git a/src/views/platform/walletDetail.vue b/src/views/platform/walletDetail.vue index 2500049..64aba3f 100644 --- a/src/views/platform/walletDetail.vue +++ b/src/views/platform/walletDetail.vue @@ -1,23 +1,23 @@