Commit 6c999d00 by 冷斌

update

parent 43d5600f
......@@ -155,7 +155,11 @@ class AuthController extends HomebaseController {
exit;
}
$Family=M('family');
if(!$familyinfo['state'] == 2){
echo json_encode(array("ret"=>0,'data'=>array(),'msg'=>'家族不存在'));
exit;
}
$user_family=M("users_family");
$fam=$Family->where("uid={$uid} ")->find();
......
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