|
@@ -70,8 +70,8 @@
|
|
|
{/notempty}
|
|
|
</td>
|
|
|
<td class="nowrap sub-strong-blue">
|
|
|
- <div>余额统计:累计充值 <b>{$vo.balance_total+0}</b> 元,已使用 <b>{$vo.balance_used+0}</b> 元</div>
|
|
|
- <div>奖励统计:共奖励金额 <b>{$vo.rebate_total+$vo.rebate_lock}</b> 元 ( 含锁定 <b>{$vo.rebate_lock+0}</b> 元 ),已提现 <b>{$vo.rebate_used+0}</b> 元</div>
|
|
|
+ <div>账户余额:累计充值 <b>{$vo.balance_total+0}</b> 元,已使用 <b>{$vo.balance_used+0}</b> 元</div>
|
|
|
+ <div>返利奖励:共奖励金额 <b>{$vo.rebate_total+$vo.rebate_lock}</b> 元 ( 含锁定 <b>{$vo.rebate_lock+0}</b> 元 ) 已提现 <b>{$vo.rebate_used+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>
|
|
@@ -84,7 +84,7 @@
|
|
|
<!--{/if}-->
|
|
|
|
|
|
<!--{if auth("state") and $vo.status eq 1}-->
|
|
|
- <a class="layui-btn layui-btn-sm layui-btn-danger" data-action="{:url('state')}" data-value="id#{$vo.id};status#0">冻结账号</a>
|
|
|
+ <a class="layui-btn layui-btn-sm layui-btn-danger" data-confirm="账号冻结后将不能下单和提现,确认吗?" data-action="{:url('state')}" data-value="id#{$vo.id};status#0">冻结账号</a>
|
|
|
<!--{/if}-->
|
|
|
|
|
|
<!--{if auth("state") and $vo.status eq 0}-->
|