{include file='public/header'}
| 订单号 | 物品 | ¥ 价格 | 下单时间 | 状态 | 操作 | |
|---|---|---|---|---|---|---|
| {$vo.orderno ?? ""} |
{if $vo.ordertype == 1}
|
{$vo.name ?? ""} {if $vo.ordertype == 2}{$vo.og_text} {/if} |
{$vo.price ?? "0.00"}元 | {$vo.addtime ?? ""} |
{$vo.pay_status_text ?? ""}
{if $vo.pay_status == 0}
{$vo.outtime ?? ""} {/if} |
{if $vo.pay_status == 0} {/if} |