订单加载中...
你还没有下过订单,去挑选商品吧!
{{ formatPrice(item.total_price) }}$ x {{ item.quantity }}
所有卡密已显示在上方文本框中,可复制或下载。
下单时间: {{ formatDateTime(currentOrderDetail.created_at) }}
状态: {{ getStatusText(currentOrderDetail.order_status) }}
支付状态: {{ currentOrderDetail.payment_status }}
卖家: {{ currentOrderDetail.seller_name }}
总金额: {{ formatPrice(currentOrderDetail.total_amount) }}$
商品: {{ currentOrderDetail.items[0].product_name }}
数量: {{ currentOrderDetail.items[0].quantity }}
单价: {{ formatPrice(currentOrderDetail.items[0].unit_price) }}$
实付: {{ formatPrice(currentOrderDetail.actual_amount) }}$
{{ editAfterSaleForm.type === 'refund' ? '退款申请' : '换货申请' }}
当前图片:
新增图片:
退款金额:{{ formatPrice(currentAfterSaleData.refund_amount) }}$
申请已提交
卖家已回复
申请已解决
类型: {{ currentAfterSaleData.type }}
提交时间: {{ formatDateTime(currentAfterSaleData.created_at) }}
最后更新: {{ formatDateTime(currentAfterSaleData.updated_at) }}
描述:
problem_accounts:
卖家已拒绝你的申请。你可以提交给客服团队进一步审核。
卖家: {{ currentReviewData.seller_name }}
{{ currentReviewData.is_anonymous ? '匿名发布' : '公开发布' }}
{{ getReviewStatusText(currentReviewData.status) }}
{{ formatDateTime(currentReviewData.created_at) }}