名称:金币 {$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}