diff --git a/app/data/view/user/index.html b/app/data/view/user/index.html
index faeb9efc6..86b8372c1 100644
--- a/app/data/view/user/index.html
+++ b/app/data/view/user/index.html
@@ -66,11 +66,11 @@
累计充值 {$vo.balance_total+0} 元
- 已经使用 {$vo.balance_used+0} 元
+ 已经交易 {$vo.balance_used+0} 元
可用余额 {:round($vo.balance_total-$vo.balance_used,2)+0} 元
|
- 返利统计 {$vo.rebate_total+0}+{$vo.rebate_lock+0} 元
+ 累计返利 {$vo.rebate_total+0}+{$vo.rebate_lock+0} 元
已经提现 {$vo.rebate_used+0} 元
剩余提现 {:round($vo.rebate_total-$vo.rebate_used,2)+0} 元
|