Update index.html

This commit is contained in:
邹景立 2021-03-25 12:34:32 +08:00
parent 89abf2bcea
commit c3d0d434cc

View File

@ -18,7 +18,9 @@
</th>
<th class='nowrap'>用户信息</th>
<th class='nowrap'>推荐人信息</th>
<th class='nowrap'>余额及返利</th>
<th class='nowrap'>余额统计</th>
<th class='nowrap'>返利统计</th>
<th class='nowrap'>团队统计</th>
<th class='nowrap'>用户状态</th>
<th class='nowrap'></th>
</tr>
@ -46,13 +48,6 @@
</td>
<td class="nowrap">
{notempty name='vo.from'}
<div class="inline-block text-middle">
<!--{notempty name='vo.pids'}-->
<span class="layui-badge layui-badge-middle layui-bg-green"> </span>
<!--{else}-->
<span class="layui-badge layui-badge-middle layui-bg-red"> </span>
<!--{/notempty}-->
</div>
<div class="headimg headimg-md" data-tips-image data-lazy-src="{$vo.from.headimg|default='__ROOT__/static/theme/img/headimg.png'}"></div>
<div class="inline-block text-middle">
<div>
@ -70,13 +65,35 @@
{/notempty}
</td>
<td class="nowrap sub-strong-blue">
<div>账户余额:累计充值 <b>{$vo.balance_total+0}</b> 元,已使用 <b>{$vo.balance_used+0}</b> 元,可用 <b>{:round($vo.balance_total-$vo.balance_used,2)+0}</b> </div>
<div>返利奖励:累计返利 <b>{$vo.rebate_total+$vo.rebate_lock}</b> ( 含未到账 <b>{$vo.rebate_lock+0}</b> ) 已提现 <b>{$vo.rebate_used+0}</b> 元,可提现 <b>{:round($vo.rebate_total-$vo.rebate_used,2)+0}</b> </div>
<div>团队统计:直属团队 <b>{$vo.teams_users_direct}</b> 人,间接团队 <b>{$vo.teams_users_indirect}</b> 人,直属业绩 <b>{$vo.teams_amount_direct+0}</b> 元,间接业绩 <b>{$vo.teams_amount_indirect+0}</b> </div>
<div>累计充值 <b>{$vo.balance_total+0}</b> </div>
<div>已经使用 <b>{$vo.balance_used+0}</b> </div>
<div>剩余可用 <b>{:round($vo.balance_total-$vo.balance_used,2)+0}</b> </div>
</td>
<td class="nowrap sub-strong-blue">
<div>累计返利 <b>{$vo.rebate_total+$vo.rebate_lock}</b> ( 含锁定 <b>{$vo.rebate_lock+0}</b> )</div>
<div>累计已提现 <b>{$vo.rebate_used+0}</b> </div>
<div>剩余可提现 <b>{:round($vo.rebate_total-$vo.rebate_used,2)+0}</b> </div>
</td>
<td class="nowrap sub-strong-blue">
<div>全部团队 <b>{$vo.teams_users_total}</b> ( 业绩 <b>{$vo.teams_amount_total+0}</b> )</div>
<div>直属团队 <b>{$vo.teams_users_direct}</b> ( 业绩 <b>{$vo.teams_amount_direct+0}</b> )</div>
<div>间接团队 <b>{$vo.teams_users_indirect}</b> ( 业绩 <b>{$vo.teams_amount_indirect+0}</b> )</div>
</td>
<td class="nowrap">
使用状态:{if $vo.status eq 0}<b class="color-red margin-right-5">已冻结</b>{elseif $vo.status eq 1}<b class="color-green margin-right-5">已激活</b>{/if}<br>
注册时间:{$vo.create_at|format_datetime}
<div>累计交易:<b class="color-blue">{$vo.order_amount_total+0}</b> </div>
<div>
使用状态:{if $vo.status eq 0}<b class="color-red">已冻结</b>{elseif $vo.status eq 1}<b class="color-green">已激活</b>{/if}
<!--{notempty name='vo.pids'}-->
<b class="margin-left-5 color-green">永久绑定</b>
<!--{else}-->
{notempty name='vo.pid0'}
<b class="margin-left-5 color-red">临时绑定</b>
{else}
<b class="margin-left-5 color-desc">没有绑定</b>
{/notempty}
<!--{/notempty}-->
</div>
<div>注册时间:{$vo.create_at|format_datetime}</div>
</td>
<td class="nowrap">