{extend name="base"/} {block name="resources"} {/block} {block name="body"}
{include file="addon/supply/shop/view/market_head.html"/}
退款/售后 / 退款详情
{$detail.refund_status_name}
{if $detail.refund_status == 1}
如果商家拒绝,你可重新发起申请
如果商家同意,将通过申请并退款给你
如果商家逾期未处理,平台将自动通过申请并退款给你
{/if} {if $detail.refund_status == 5}
如果商家确认收货将会退款给你
如果商家拒绝收货,该次退款将会关闭,你可以重新发起退款
{/if}
协商记录
协商记录
    {foreach $detail.refund_log_list as $log_k => $log_v}
  • {:time_to_date($log_v.action_time)}

    {$log_v.action_way == 1 ? '买家' : '卖家'}

    {$log_v.action}

  • {/foreach}
{if $detail.refund_status == 4}
退货地址:{$detail.address}
{/if}
商品 数量 退款金额
{$detail.num} ¥{$detail.refund_apply_money}
{if $detail.refund_time} {/if}
退款方式: {$detail.refund_type == 1 ? '仅退款' : '退款退货'}
退款原因: {$detail.refund_reason}
退款金额: ¥{$detail.refund_apply_money}
退款编号: {$detail.refund_no}
申请时间: {:time_to_date($detail.refund_action_time)}
退款时间: {:time_to_date($detail.refund_time)}
{if !empty($detail.refund_action)}
{foreach $detail.refund_action as $action_k => $action_v}
{/foreach}
{/if}
{/block} {block name="script"} {/block}