{template 'common/header'}
退款处理
  • 客户申请维权

    {php if(!empty($info['applytime']))echo date('Y-m-d H:i:s',$info['applytime']);}

  • 商家处理维权申请

    {if !empty($info['refundtime'])}√{else}2{/if}

    {php if(!empty($info['refundtime']))echo date('Y-m-d H:i:s',$info['refundtime']);}

  • 退款完成

    {if !empty($info['backtime'])}√{else}3{/if}

    {php if(!empty($info['backtime']))echo date('Y-m-d H:i:s',$info['backtime']);}

退款信息

{$info['refundtype']}
{$info['refundmoney']}
{$info['refundtype']}
{$info['content']}
{$info['refundno']}
{$order['orderno']}
{$order['fact_amount']}
{$user['nickname']} {$info['mobile']}
{php echo date('Y-m-d H:i:s',$info['paytime'])}
微信支付

退款状态 : {if $info['refundstatus']==0} 待处理 {elseif $info['refundstatus']==1} 已退款 {elseif $info['refundstatus']==2} 已撤销 {elseif $info['refundstatus']==3} 已驳回 {/if}

{if $info['refundstatus']==0}

{/if}
清单
商品名称 规格 数量
{$goods['title']} {$order['option_title']} {$order['number']}{$info['unit']}
合计: ¥{$order['fact_amount']}
{template 'common/footer'}