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 元
-
|