Commit 1389e113 by 冷斌

fix bug

parent 44b31d76
...@@ -111,7 +111,8 @@ ...@@ -111,7 +111,8 @@
success:function(data){ success:function(data){
console.log(data); console.log(data);
if(data.ret==200){ if(data.ret==200){
window.location.href = data.ulr; let d = data.data;
window.location.href = d.ulr;
}else{ }else{
layer.msg(data.msg); layer.msg(data.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