mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改模板文件
This commit is contained in:
parent
5be37ec7d8
commit
977a183958
@ -52,7 +52,7 @@
|
||||
</td>
|
||||
<td class="nowrap sub-span-blue">
|
||||
<div>余额统计:累计充值 <span>{$vo.balance_total+0}</span> 元,已使用 <span>{$vo.balance_used+0}</span> 元</div>
|
||||
<div>奖励统计:共奖励金额 <span>{$vo.amount_total+0}</span> 元,已提现 <span>{$vo.amount_used+0}</span> 元</div>
|
||||
<div>奖励统计:共奖励金额 <span>{$vo.rebate_total+0}</span> 元,已提现 <span>{$vo.rebate_used+0}</span> 元</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>
|
||||
|
@ -1,11 +1,11 @@
|
||||
{extend name="../../admin/view/main"}
|
||||
|
||||
{block name="content"}
|
||||
<div class="think-box-shadow">
|
||||
<div class="layui-badge think-bg-blue text-left notselect block shadow padding-10 padding-left-20 border-radius-5 font-s15 ">
|
||||
统计:已产生返利累计 {$total.total|default=0.00} 元,已提现 {$total.used|default=0.00} 元,未提现 0 元
|
||||
</div>
|
||||
<div class="think-box-shadow margin-top-10">
|
||||
{include file='user_rebate/index_search'}
|
||||
<div class="layui-badge layui-bg-blue margin-top-10 margin-bottom-10">
|
||||
已产生总佣金 {$total.total|default=0.00} 元,已提现 {$total.used|default=0.00} 元,未提现 0 元
|
||||
</div>
|
||||
<table class="layui-table" lay-skin="line">
|
||||
{notempty name='list'}
|
||||
<thead>
|
||||
|
Loading…
x
Reference in New Issue
Block a user