📋 配送信息
房间号
{{ roomNo }} {{ roomTypeName }}
联系人
联系电话
🕐 送达时间
{{ opt.label }}
预计 {{ estimatedTime }} 左右送达
📝 订单明细
{{ item.dishName }} ×{{ item.quantity }}
¥{{ (item.unitPrice * item.quantity).toFixed(2) }}
{{ formatSpecs(cartItems[0]) }}
配送费
{{ deliveryFee > 0 ? '¥' + deliveryFee : '免配送费' }}
合计
¥{{ grandTotal }}
确认支付 ¥{{ grandTotal }}