From 977a183958a73d0221a4ac83e9455a3475b10e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Mon, 15 Mar 2021 16:44:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=9D=BF=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/view/user/index.html | 2 +- app/data/view/user_rebate/index.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/data/view/user/index.html b/app/data/view/user/index.html index 66b11ca66..ccc61d57f 100644 --- a/app/data/view/user/index.html +++ b/app/data/view/user/index.html @@ -52,7 +52,7 @@
余额统计:累计充值 {$vo.balance_total+0} 元,已使用 {$vo.balance_used+0}
-
奖励统计:共奖励金额 {$vo.amount_total+0} 元,已提现 {$vo.amount_used+0}
+
奖励统计:共奖励金额 {$vo.rebate_total+0} 元,已提现 {$vo.rebate_used+0}
使用状态:{if $vo.status eq 0}已冻结{elseif $vo.status eq 1}已激活{/if}
diff --git a/app/data/view/user_rebate/index.html b/app/data/view/user_rebate/index.html index b219a8018..ef15aa440 100644 --- a/app/data/view/user_rebate/index.html +++ b/app/data/view/user_rebate/index.html @@ -1,11 +1,11 @@ {extend name="../../admin/view/main"} {block name="content"} -
+
+ 统计:已产生返利累计 {$total.total|default=0.00} 元,已提现 {$total.used|default=0.00} 元,未提现 0 元 +
+
{include file='user_rebate/index_search'} -
- 已产生总佣金 {$total.total|default=0.00} 元,已提现 {$total.used|default=0.00} 元,未提现 0 元 -
{notempty name='list'}