{include file="public/header" /} {load href="__PLUGINS__bootstrap/bootstrap-table.min.css"} {load href="__PLUGINS__bootstrap/bootstrap-table.min.js"}
{include file="public/tophead"} {include file="public/top" /}
{include file="public/topsection"}
{volist name="data" id="v"} {/volist}
id 订单号 用户 商品标题 兑换金额 兑换时间 快递公司 快递单号 发货状态 管理
{$v.id} {$v.code} {$v.title} {$v.type==1 ? $v['money'].'金币' : _money($v['money']).'元'} {$v.time|date='Y-m-d H:i:s',###} {$v.kuaidi} {$v.danhao} 已发货"; }else if($v['data']==2){ echo "已完成"; }else{ echo "已付款"; } ?>

{$page}
{include file="public/footer" /}