就餐桌号
{{ orderInfo.tableNumber || orderInfo.tableId || '—' }}
用餐人数
{{ orderInfo.diners || '—' }}人
联系电话
{{ orderInfo.contactPhone || '—' }}
备注信息
{{ item.name || item.cuisineName }}
{{ tag.text }},
¥{{ formatPrice(getItemPrice(item)) }}
{{ item.quantity || 1 }}份
菜品总价
¥{{ formatPrice(orderInfo.totalAmount) }}
餐具费
¥{{ formatPrice(orderInfo.utensilFee ?? 0) }}
优惠券
{{ selectedCouponDisplay }}
请选择
›
优惠金额
-¥{{ formatPrice(orderInfo.discountAmount) }}
›
应付金额
¥{{ formatPrice(orderInfo.payAmount ?? orderInfo.totalAmount) }}
确认下单