diff --git a/buyer/src/components/goodsDetail/ShowGoods.vue b/buyer/src/components/goodsDetail/ShowGoods.vue index dc85314d..006492f6 100644 --- a/buyer/src/components/goodsDetail/ShowGoods.vue +++ b/buyer/src/components/goodsDetail/ShowGoods.vue @@ -101,7 +101,7 @@ > 满{{ promotionMap["FULL_DISCOUNT"].fullMoney }}元,立享{{ promotionMap["FULL_DISCOUNT"].fullRate }}折
- 全选
@@ -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 @@