From 6351bdb63327599bce1f34771580129ab855110a Mon Sep 17 00:00:00 2001 From: mabo Date: Thu, 22 Jul 2021 09:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=B0=E5=AE=B6=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4=EF=BC=8C=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=B7=BB=E5=8A=A0=E5=8F=82=E6=95=B0=EF=BC=8C?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/components/coupon/Coupon.vue | 110 --------- buyer/src/pages/Cart.vue | 113 ++++----- .../pages/home/orderCenter/ApplyAfterSale.vue | 2 +- buyer/src/pages/home/userCenter/Coupons.vue | 129 +++++++++- buyer/src/pages/payment/Pay.vue | 2 +- seller/src/config/index.js | 16 +- seller/src/views/order/order/orderDetail.vue | 229 +++++++++--------- seller/src/views/order/order/orderList.vue | 9 +- seller/src/views/promotion/coupon/coupon.vue | 14 +- .../views/promotion/fullCut/newFullCut.vue | 5 +- 10 files changed, 309 insertions(+), 320 deletions(-) delete mode 100644 buyer/src/components/coupon/Coupon.vue diff --git a/buyer/src/components/coupon/Coupon.vue b/buyer/src/components/coupon/Coupon.vue deleted file mode 100644 index 30055ed6..00000000 --- a/buyer/src/components/coupon/Coupon.vue +++ /dev/null @@ -1,110 +0,0 @@ - - - - - diff --git a/buyer/src/pages/Cart.vue b/buyer/src/pages/Cart.vue index 3f860097..daeb08f3 100644 --- a/buyer/src/pages/Cart.vue +++ b/buyer/src/pages/Cart.vue @@ -4,7 +4,7 @@