{template "nheader.html"}
待支付订单
{loop $list $t} {/loop}
订单号 产品 下单时间 金额 订单状态 操作
{$t.id} {$t.p_name} {dr_date($t.create_time)} {dr_pay_money_html($t.money)} 未付款 微信 支付宝 取消订单
{if $mypages}
{$mypages}
{/if} {template "nfooter.html"}