订单状态:
{{ status.desc }}
商品信息
{{ item.title }}
规格:{{ item.properties }}
数量:{{ item.goodsNum }}
运费
¥{{ $numberFormat(info.freightAmt) }}
应付:
实付:
¥{{ $numberFormat(info.payAmt) }}
订单信息
收货信息:
{{ info.receiver }},{{ info.tel }},{{ info.province }}{{ info.city }}{{ info.area }}{{ info.address }}
订单编号:
{{ info.orderId }}
下单时间:
{{ $parseTime(info.createdTime) }}
发货信息
快递公司:
{{ item.companyName || '-' }}
物流单号:
{{ item.deliveryFlowId || '-' }}
发货时间:
{{ $parseTime(item.deliveryTime) }}
{{ items.title }}
规格:{{ items.properties }}
数量:{{ items.goodsNum }}
发货信息
快递公司:
{{ item.companyName || '-' }}
物流单号:
{{ item.deliveryFlowId || '-' }}
发货时间:
{{ $parseTime(item.deliveryTime) }}
取消订单
去支付