{include file='public/header'}
| 名称 | ¥ 价格 | 单价 | {if $mode == 2} 公示剩余时间 {elseif $mode == 3/} 剩余时间 {else/} 出售剩余时间 {/if} | 操作 | 收藏数 |
|---|---|---|---|---|---|
| {$vo.name} | {$vo.price}元 | {$vo.unit_price}元/万金币 | {$vo.outtime_text ?? ""} {if $mode == 3} {if $vo.outtime_type == 1}(出售中){elseif $vo.outtime_type == 2/}(公示中){/if} {/if} | {if in_array($vo.trade_status, [2])} 购买 {/if} | {$vo.collect} |