{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} | {if $vo.type == 1} {$vo.chalv ?? "0"}级 {/if} | {$vo.price ?? "0.00"}元 | {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} | {$vo.trade_status_text ?? ""} | {if $vo.trade_status == 2} 购买 {/if} {if $vo.type == 0} {elseif $vo.type == 1/} {else/} {/if} |