{{$t('order.confirm.delivery')}}
{{ item.dispatch_type_text }}
{{$t('order.confirm.remark')}}
{{$t('order.confirm.price')}}
¥{{ state.orderInfo.goods_amount }}
{{$t('order.confirm.pointsDeducted')}}
{{ state.orderInfo.score_amount }}
{{$t('order.confirm.freight')}}
+¥{{ state.orderInfo.dispatch_amount }}
{{$t('order.confirm.coupon')}}
-¥{{ state.orderInfo.coupon_discount_fee }}
{{
state.couponInfo.can_use?.length > 0
? state.couponInfo.can_use?.length + $t('order.confirm.msg1')
: $t('order.confirm.noCoupon')
}}
{{$t('order.confirm.discount')}}
-¥{{ state.orderInfo.promo_discount_fee }}
{{$t('order.confirm.invoiceRequest')}}
{{ state.invoiceInfo.name || $t('order.confirm.noNeedInvoice') }}