{include file='public/header'}
| 物品 | 道具数量 | ¥ 价格 | 寄售时间 | 状态 | 剩余时间 | 操作 | |
|---|---|---|---|---|---|---|---|
|
{if $vo.type == 1}
|
{$vo.name ?? ""} {if $vo.type == 2}{$vo.og_text} {/if} |
{if $vo.type == 2}{$vo.num ?? 0}{/if} | {$vo.price ?? 0}元 | {$vo.created_at|strtotime|date='Y/m/d H:i'} | {$vo.trade_status_text ?? ""} | {if in_array($vo.trade_status, [4, 5, 6, 7])} 已结束 {else/} {if $vo.outtime_type == 3 && $vo.order_outtime_type == 1} {$vo.order_outtime_text ?? ""} {else/} {$vo.outtime_text ?? ""} {/if} {/if} | {if in_array($vo.trade_status, [0, 1, 2])} 下架 {else/} 查看 {/if} |