正在显示
2 个修改的文件
包含
3 行增加
和
1 行删除
@@ -365,6 +365,8 @@ class PersonalcenterController extends WeChatBaseController{ | @@ -365,6 +365,8 @@ class PersonalcenterController extends WeChatBaseController{ | ||
365 | $cumulative_money += $val['money']; | 365 | $cumulative_money += $val['money']; |
366 | } | 366 | } |
367 | $cumulative_money = $cumulative_money-$cumulative_money*0.006; | 367 | $cumulative_money = $cumulative_money-$cumulative_money*0.006; |
368 | + $money_ratio = Db::name('money_ratio') -> where('id',1) -> find(); | ||
369 | + $this -> assign('money_ratio',$money_ratio); | ||
368 | $this -> assign('balance',$balance['balance']); | 370 | $this -> assign('balance',$balance['balance']); |
369 | $this -> assign('cumulative_money',$cumulative_money); | 371 | $this -> assign('cumulative_money',$cumulative_money); |
370 | return $this -> fetch(); | 372 | return $this -> fetch(); |
@@ -115,7 +115,7 @@ | @@ -115,7 +115,7 @@ | ||
115 | 商场盈利 | 115 | 商场盈利 |
116 | </div> | 116 | </div> |
117 | <div class="log_nine_list_one_left_title_add"> | 117 | <div class="log_nine_list_one_left_title_add"> |
118 | - (服务费扣点10%) | 118 | + (服务费扣点{$money_ratio.platform_ratio}) |
119 | </div> | 119 | </div> |
120 | </div> | 120 | </div> |
121 | <div class="log_nine_list_one_right"> | 121 | <div class="log_nine_list_one_right"> |
-
请 注册 或 登录 后发表评论