道具名称:{$item.itemname ?? ""}
道具状态:{$item.og_text ?? ""}
数量:{$details.num ?? 0}
单价:{$details.unit_price ?? 0}元
价格:{$details.price ?? 0}元
{if in_array($details.trade_status, [4, 5, 6, 7])}
出售剩余时间:已结束
{else/}
{if $details.outtime_type == 1}
出售剩余时间:{$details.outtime_text ?? ""}
{elseif $details.outtime_type == 2}
公示剩余时间:{$details.outtime_text ?? ""}
{else/}
出售剩余时间:已结束
{/if}
{/if}