Commit 061bbc86 by 冷斌

`试卷`

parent 512c15d5
......@@ -438,9 +438,12 @@ class HomeAction extends UserAction
// $this->assign('data', $video_share);
// $data['data'] = $this->fetch('share_list');
var_dump( $this->mid);
die;
$balancee = M('zy_split_balance')->where([
'uid' => $this->mid
])->getField('balance');
$this->assign('balance', $balancee);
$this->display();
exit;
}
......
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