{include file='public/header'}
{include file='public/login'} {include file='public/seller_nav'}
{if $type == 1} {notempty name="details"}

角色亮点

{$details.title ?? ""}

角色名:{$details.chaname ?? ""}
等级:{$details.chalv ?? 0}级
价格:{$details.price ?? "0.00"}元
职业:{$details.job_text ?? ""}({$details.grow_text ?? ""}模式)
战功:{$details.kill ?? 0}
{if $details.outtime_type == 2} 公示剩余时间: {else/} 出售剩余时间: {/if} {if in_array($details.trade_status, [4, 5, 6, 7])} 已结束 {else/} {if $details.outtime_type == 3 && (($details.order_outtime_type ?? 0) == 1)} {$details['order_outtime_text'] ?? ""} {elseif $details.outtime_type == 3} 已结束 {else/} {$details.outtime_text ?? ""} {/if} {/if}
{/notempty} {/if} {if $type == 2} {notempty name="details"}
道具名称:{$item.itemname ?? ""}
道具状态:{$item.og_text ?? ""}
可用职业: {if $item.job_type == 0} {$item.job_type_text ?? ""} {else/} {$item.job_type_text ?? ""} {/if}
数量:{$details.num ?? 0}
单价:{$details.unit_price ?? "0.00"}元
{if $details.outtime_type == 2} 公示剩余时间: {else/} 出售剩余时间: {/if} {if in_array($details.trade_status, [4, 5, 6, 7])} 已结束 {else/} {if $details.outtime_type == 3 && (($details.order_outtime_type ?? 0) == 1)} {$details['order_outtime_text'] ?? ""} {elseif $details.outtime_type == 3} 已结束 {else/} {$details.outtime_text ?? ""} {/if} {/if}
{/notempty} {/if} {if $type == 0} {notempty name="details"}
名称:金币 {$details.num ?? 0}万
单价:{$details.unit_price ?? "0.00"}元/万金币
{if $details.outtime_type == 2} 公示剩余时间: {else/} 出售剩余时间: {/if} {if in_array($details.trade_status, [4, 5, 6, 7])} 已结束 {else/} {if $details.outtime_type == 3 && (($details.order_outtime_type ?? 0) == 1)} {$details['order_outtime_text'] ?? ""} {elseif $details.outtime_type == 3} 已结束 {else/} {$details.outtime_text ?? ""} {/if} {/if}
{/notempty} {/if}

商品状态: {$details.trade_status_text ?? ""}

提现状态: {$orderinfo.ws_status_text ?? ""}

手续费: {if in_array($orderinfo.ws_status, [-1])} / {else/} ¥{$orderinfo.charge} {/if}

实际收入: {if in_array($orderinfo.ws_status, [-1])} / {else/} ¥{$orderinfo.amount} {/if}

{if in_array($orderinfo.ws_status, [-1, 3, 4])} {$orderinfo.ws_status_text ?? ""} {elseif in_array($orderinfo.ws_status, [0])} {$orderinfo.ws_status_text ?? ""} {elseif in_array($orderinfo.ws_status, [1, 2])} {$orderinfo.ws_status_text ?? ""} {/if} 返回
{include file="public/intro"} {include file="public/vade"}
{include file="public/footer"}