...
|
...
|
@@ -358,7 +358,7 @@ class PersonalcenterController extends WeChatBaseController{ |
|
|
|
|
|
$uid = cmf_get_current_user_id();
|
|
|
$balance = Db::name('my_user') -> where("uid",$uid) -> find();
|
|
|
$balance['balance'] = $balance['balance']*0.006;
|
|
|
$balance['balance'] = $balance['balance'] - $balance['balance']*0.006;
|
|
|
$this -> assign('balance',$balance['balance']);
|
|
|
return $this -> fetch();
|
|
|
|
...
|
...
|
|