Commit e2ee6bb2 by 冷斌

fix bug

parent 166dd738
......@@ -231,11 +231,11 @@
type:"POST",
success:function(data){
console.log(data);
// if(data.ret==200){
// window.location.href="./index.php?g=Appapi&m=Auth&a=success&uid="+uid;
// }else{
// layer.msg(data.msg);
// }
if(data.ret==200){
layer.msg('申请成功');
}else{
layer.msg(data.msg);
}
},
error:function(e){
layer.msg(e.msg);
......
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