Commit 70af5b5b by 冷斌

fix bug

parent 73004043
......@@ -87,9 +87,12 @@
type:"POST",
success:function(data){
if(data.ret==200){
// _this.auth2();
let d = data.data;
if (d.code > 0) {
layer.msg(d.msg);
}
}else{
layer.msg(data.data.msg);
layer.msg(data.msg);
}
},
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