mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改模板文件
This commit is contained in:
parent
7b627fb9c1
commit
32b4efdf6b
@ -7,7 +7,7 @@
|
||||
{/block}
|
||||
|
||||
{block name='content'}
|
||||
<div class="layui-badge think-bg-violet text-left notselect block shadow margin-0 padding-10 padding-left-20 border-radius-5 font-s15">
|
||||
<div class="think-box-notify">
|
||||
特别注意:当用户等级删除或修改之后,此处折扣方案也需要重新配置!
|
||||
</div>
|
||||
<div class="think-box-shadow margin-top-10">
|
||||
|
@ -11,7 +11,7 @@
|
||||
{/block}
|
||||
|
||||
{block name='content'}
|
||||
<div class="layui-badge think-bg-violet text-left notselect block shadow margin-0 padding-10 padding-left-20 border-radius-5 font-s15">
|
||||
<div class="think-box-notify">
|
||||
特别注意:用户等级配置不能随意修改或删除,会影响系统结算与用户升级!
|
||||
</div>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
{/block}
|
||||
|
||||
{block name="content"}
|
||||
<div class="layui-badge layui-bg-cyan text-left notselect block shadow margin-0 padding-10 padding-left-20 border-radius-5 font-s15">
|
||||
<div class="think-box-notify">
|
||||
余额统计:累计已充值余额 <b>{$balance.0|default=0.00}</b> 元,已使用 <b>{$balance.1|default=0.00}</b> 元,剩余可使用 <b>{$balance.0-$balance.1}</b> 元。
|
||||
</div>
|
||||
<div class="think-box-shadow margin-top-10">
|
||||
|
@ -7,7 +7,7 @@
|
||||
{/block}
|
||||
|
||||
{block name="content"}
|
||||
<div class="layui-badge layui-bg-cyan text-left notselect block shadow margin-0 padding-10 padding-left-20 border-radius-5 font-s15">
|
||||
<div class="think-box-notify">
|
||||
返利统计:累计已产生返利 <b>{$rebate.0+$rebate.2}</b> 元 ( 含未到账 <b>{$rebate.2|default='0.00'}</b> 元 ),累计已提现 <b>{$total.1|default=0.00}</b> 元。
|
||||
</div>
|
||||
<div class="think-box-shadow margin-top-10">
|
||||
|
@ -15,7 +15,7 @@
|
||||
{/block}
|
||||
|
||||
{block name="content"}
|
||||
<div class="layui-badge layui-bg-cyan text-left notselect block shadow margin-0 padding-10 padding-left-20 border-radius-5 font-s15">
|
||||
<div class="think-box-notify">
|
||||
<!-- 0 $total, 1 $count, 2 $audit, 3 $locks -->
|
||||
提现统计:已产生提现累计 <b>{$transfer.0|default=0.00}</b> 元( 含待转账 <b>{$transfer.3|default='0.00'}</b> 元,含待审核 <b>{$transfer.2|default='0.00'}</b> 元 ),累计已提现 <b>{$transfer.1|default=0.00}</b> 元。
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user