{template 'common/header'}
{if $op == 'display'}| 闯关订单号 | 会员 | 商品 | 状态 | 时间 | 操作 |
|---|---|---|---|---|---|
| {$orders[$item['oid']]['orderno']} | {$mems[$item['mid']]['nickname']} |
{$goods[$item['gid']]['title']} |
{if $item['status'] == 1} {else} {/if} | {php echo date('Y-m-d H:i:s',$item['createtime']);} | 删除 |