From 0635dd38a2dcd599334dbef3e66e1c227a99afa1 Mon Sep 17 00:00:00 2001 From: paulGao Date: Fri, 22 Apr 2022 16:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=93=E7=AE=97=E9=A1=B5?= =?UTF-8?q?=E4=B8=AD=E6=9C=89=E6=97=A0=E6=95=88=E5=95=86=E5=93=81=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=E3=80=82=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=B4=AD=E7=89=A9=E8=BD=A6=E9=A1=B5=E3=80=82=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=AB=AF=E5=A2=9E=E5=8A=A0=E6=90=9C=E7=B4=A2=E7=83=AD?= =?UTF-8?q?=E8=AF=8D=E5=85=A8=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/pages/Cart.vue | 71 +++++--- buyer/src/pages/payment/Pay.vue | 163 ++++++++++++------ .../views/page/article-manage/hotWords.vue | 13 +- 3 files changed, 172 insertions(+), 75 deletions(-) diff --git a/buyer/src/pages/Cart.vue b/buyer/src/pages/Cart.vue index ff6cfb63..0b5a6415 100644 --- a/buyer/src/pages/Cart.vue +++ b/buyer/src/pages/Cart.vue @@ -34,7 +34,9 @@
- 全选
@@ -77,7 +79,9 @@ v-for="(item, index) in shop.couponList" :key="index" > - ¥{{ item.price }} + ¥{{ item.price }} {{ item.couponDiscount }}折 @@ -100,12 +104,16 @@
+ - @@ -179,13 +202,19 @@