{{ getStatusIcon() }}
{{ getStatusText() }}
{{ getStatusDesc() }}
🎁
分享免单
分享给好友,4人购买即可免单
›
📍
{{ deliveryAddress?.name ?? '' }}
{{ deliveryAddress?.phone ?? '' }}
{{ getFullAddress(deliveryAddress as any) }}
🚚
物流信息
{{ deliveryInfo?.carrier_name ?? '快递运单' }}
{{ deliveryInfo?.tracking_no ?? '' }}
复制
{{ item.product_name }}
{{ getSpecText(item.specifications) }}
¥{{ item.price }}
×{{ item.quantity }}
订单编号
{{ order?.order_no ?? '' }} 📄
下单时间
{{ formatTime(order?.created_at ?? '') }}
支付方式
{{ getPaymentMethodText(order?.payment_method as any) }}
支付时间
{{ formatTime(order?.paid_at ?? '') }}
发货时间
{{ formatTime(order?.shipped_at ?? '') }}
完成时间
{{ formatTime(order?.completed_at ?? '') }}
商品总额
¥{{ order?.product_amount ?? 0 }}
运费
+¥{{ order?.shipping_fee != null ? order?.shipping_fee : 0 }}
优惠金额
-¥{{ order?.discount_amount ?? 0 }}
实付金额
¥{{ order?.total_amount ?? 0 }}
🎧
客服