{include file="common/sidenav" /}
{volist name='orderList' id='item'}

{$item.title}

支付金额:¥{$item.payamount}元

支付时间:{$item.paytime|datetime}


{/volist} {if $orderList->total()==0} 未找到任何记录! {/if}
{$orderList->render()}