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 @@