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