作者 anyv
1 个管道 的构建 通过 耗费 0 秒

5

... ... @@ -375,6 +375,7 @@ class PersonalcenterController extends WeChatBaseController{
foreach ($money_expend as $key => $val){
$money += $val['money'];
}
$money = $money-$money*0.006;
$this -> assign('status',$balance['status']);
$this -> assign('money',$money);
return $this -> fetch();
... ...