Commit 509fc49d by 刘海龙

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

parents 4e25803d 44b31d76
...@@ -111,14 +111,7 @@ ...@@ -111,14 +111,7 @@
success:function(data){ success:function(data){
console.log(data); console.log(data);
if(data.ret==200){ if(data.ret==200){
// let d = data.data; window.location.href = data.ulr;
// if (d.code > 0) {
// layer.msg(d.msg);
// } else {
// let info = d.info[0];
// sessionStorage.setItem("user_info",JSON.stringify(info));
// window.location.href = '/index.php?g=Appapi&m=Profit&a=index&uid='+info.id+'&token=' + info.token;
// }
}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