Commit 46ae7cef by 冷斌

fix bug

parent 88ecdc67
......@@ -261,7 +261,8 @@ class LiveingController extends AdminbaseController {
if($uid){
$image=M("users_live_image")->where("uid={$uid}")->find();
$this->assign('image', $image);
var_dump($image);
die;
$userinfo=getUserInfo($uid);
$this->assign('userinfo', $userinfo);
}else{
......
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