Commit cfd1ba63 by 冷斌

fix bug

parent 60eae9bf
...@@ -62,7 +62,11 @@ ...@@ -62,7 +62,11 @@
}, },
type:"POST", type:"POST",
success:function(data){ success:function(data){
console.log(data); if(data.ret==200){
// _this.auth2();
}else{
layer.msg(data.msg);
}
}, },
error:function(e){ error:function(e){
layer.msg(e.msg); 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