Commit d157455a by 刘海龙

Merge branch 'master' of http://132.232.91.252:9999/ice/quxiu

parents 45ec68cc 48d19534
......@@ -111,7 +111,8 @@
success:function(data){
console.log(data);
if(data.ret==200){
window.location.href = data.ulr;
let d = data.data;
window.location.href = d.ulr;
}else{
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