Commit f2a77910 by 冷斌

踢人

parent 22b41de1
......@@ -202,10 +202,10 @@ class InviteController extends HomebaseController {
$_SESSION['reg_mobile_code'] = $result['msg'];
$_SESSION['reg_mobile_expiretime'] = time() +60*5;
$rs['code']=1002;
$rs['code']=0;
$rs['msg']='验证码为:'.$result['msg'];
}else{
$rs['code']=1002;
$rs['code']=0;
$rs['msg']=$result['msg'];
}
......
......@@ -55,7 +55,6 @@ $(function(){
layer.msg("请求失败");
return !1;
}
})
})
......
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