Commit 73004043 by 冷斌

fix bug

parent 6c206e2f
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
if(data.ret==200){ if(data.ret==200){
// _this.auth2(); // _this.auth2();
}else{ }else{
layer.msg(data.msg); layer.msg(data.data.msg);
} }
}, },
error:function(e){ error:function(e){
......
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