Commit 122b0af1 by 冷斌

`试卷`

parent 2cf556a8
......@@ -481,7 +481,8 @@ class HomeAction extends UserAction
$balancee = M('zy_split_balance')->where([
'uid' => $this->mid
])->sum('balance');
])->getField('balance');
$this->assign('balance', $balancee);
$this->display('share');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment