{include file="common/sidenav" /}
我的消费订单
{volist name='orderList' id='item'}
{$item.title}
支付金额:¥{$item.payamount}元
支付时间:{$item.paytime|datetime}
{/volist} {if $orderList->total()==0} 未找到任何记录! {/if}
{$orderList->render()}