<@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.orderList userId=user.id pageIndex=pageIndex pageSize=10>

我的订单

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

    ${a.remark!}

    <#if a.paymentDate?has_content || a.processed>

    <#if a.paymentDate?has_content>${a.paymentDate!} <#if a.processed> ${a.processed?then('已处理','')}:${a.processInfo!} ${a.processDate!}

    <#assign url='orderList.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 -->