{{ getStatusIcon() }}
{{ getStatusText() }}
{{ getStatusDesc() }}
📍
{{ deliveryAddress.name }}
{{ deliveryAddress.phone }}
{{ getFullAddress(deliveryAddress) }}
物流单号:
{{ deliveryInfo.tracking_no }}
复制
{{ item.product_name }}
{{ getSpecText(item.specifications) }}
¥{{ item.price }}
×{{ item.quantity }}
订单编号
{{ order.order_no }} 📄
下单时间
{{ formatTime(order.created_at) }}
支付方式
{{ getPaymentMethodText(order.payment_method) }}
支付时间
{{ formatTime(order.paid_at) }}
发货时间
{{ formatTime(order.shipped_at) }}
完成时间
{{ formatTime(order.completed_at) }}
商品总额
¥{{ order.product_amount }}
运费
+¥{{ order.shipping_fee || 0 }}
优惠金额
-¥{{ order.discount_amount }}
实付金额
¥{{ order.total_amount }}
🎧
客服