<@tools.includePlace path="/common/8ddab9ba-a8aa-4745-86c6-66bf1c2c976c.html"/> <#-- header --> <@tools.includePlace path="/common/c32a4f4a-ff5d-49cf-bb59-5d9784539174.html"/> <#-- 导航 -->
<@tools.includePlace path="/c936c718-5f19-426f-b3ff-13a5a8d63044.html"/> <#-- 个人中心导航 -->
<#macro message code>${springMacroRequestContext.getMessage(code)} <@trade.refundList userId=user.id pageIndex=pageIndex pageSize=10>

我的退款记录

    <#list page.list as a>
  • <@message 'page.status.refund.'+a.status/>${a.createDate!}

    ${a.orderId!} ${a.amount!} ${a.refundAmount!}

    ${a.reason!}<#if a.reply?has_content> ${a.reply!}

    <#if 0=a.status||3=a.status>
    <#assign url='refund.html' start=1 end=page.totalPage /> <#if (page.pageIndex-5) gt start> <#assign start=page.pageIndex-4/> <#if (page.pageIndex+5) lt end> <#assign end=page.pageIndex+4/>
  • <#if start gt 1>
  • 1
  • ...
  • <#list start..end as n>
  • ${n}
  • <#if end lt page.totalPage>
  • ...
  • ${page.totalPage}
<@tools.includePlace path="/footer/7f8bacb5-30ca-4641-b66f-987d447b1a85.html"/> <#-- footer -->