{include file='public/header'}
{include file='public/login'} {include file='public/my_nav'}
{foreach $lists as $vo} {/foreach}
物品 道具数量 等级 ¥ 价格 剩余时间 状态 操作
{if $vo.type == 1} {elseif $vo.type == 2} {/if}

{$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}
{$page|raw}
{include file="public/intro"} {include file="public/vade"}
{include file="public/footer"}