diff --git a/src/components/payCard/payCard.vue b/src/components/payCard/payCard.vue index d0a5a73..621717d 100644 --- a/src/components/payCard/payCard.vue +++ b/src/components/payCard/payCard.vue @@ -15,9 +15,9 @@
商品原价:¥{{ goodsStore.cartInfo.costSummary.goodsRealAmount || 0 }} 餐位费:¥{{ formatDecimal(goodsStore.cartInfo.costSummary.seatFee || 0) - }} + }} 打包费:¥{{ formatDecimal(goodsStore.cartInfo.costSummary.packFee || 0) - }} + }} 优惠:¥{{ formatDecimal(goodsStore.cartInfo.costSummary.totalDiscountAmount || 0) }}