📍
{{ getFullAddress(selectedAddress!!) }}
请选择收货地址
›
{{ item.product_name }}
¥{{ item.price }}
{{ formatSpecs(item.sku_specifications) }}
×{{ item.quantity }}
小计:
¥{{ (item.price * item.quantity).toFixed(2) }}
暂无商品信息
配送方式
{{ option.name }}
{{ deliveryOptions.find(opt => opt.id === selectedDelivery)?.description }}
费用: ¥{{ deliveryOptions.find(opt => opt.id === selectedDelivery)?.price.toFixed(2) }}
优惠券
{{ selectedCoupon.template?.name ?? '已选择优惠券' }}
暂无可用优惠券
›
商品
¥{{ totalAmount.toFixed(2) }}
运费
+¥{{ deliveryFee.toFixed(2) }}
优惠
-¥{{ discountAmount.toFixed(2) }}