mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index.html
This commit is contained in:
parent
89abf2bcea
commit
c3d0d434cc
@ -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">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user