{extend name="../../index/view/public/layout" /} {block name="style"} {/block} 会员中心首页 {block name="main-container"}
{include file="public/left" /}

模拟操盘详情

{if condition="$result['status'] eq '操盘中'"}
操盘时间:{$result.verify_time|date="Y-m-d", ###} 至 {$result.end_time|date="Y-m-d", ###}
{else}
操盘时间:---- 至 ----
{/if} 单号:{$result.order_id} {if condition=" $result.status neq '操盘中'"} {$result.status} {else /} {$result.status} {/if}
操盘资金
{$result.init_money|money_convert=###}元
借入资金
{$result.borrow_money|money_convert=###}元
风险保证金
{$result.deposit_money|money_convert=###}元
总利息
{$result.borrow_interest|money_convert=###}元
警戒线
{if condition="($result['type'] neq '免息配资') and ($result['type'] neq '免费体验')"}
{$result.loss_warn_money|money_convert=###}元 {else/}
---元 {/if}
平仓线
{if condition="($result['type'] neq '免息配资') and ($result['type'] neq '免费体验')"}
{$result.loss_close_money|money_convert=###}元 {else/}
---元 {/if}
{if condition="$result['status'] eq '操盘中'"}
子账户
{$result.sub_account}
{/if}
收益:{$result.return_money}元
收益率:{$result.return_rate}%
{if condition="$result['status'] eq '操盘中'"} {/if}
{/block} {block name="script"} {/block}