Commit fbe3ee25 by 冷斌

fix bug

parent f950435a
...@@ -109,7 +109,6 @@ ...@@ -109,7 +109,6 @@
}, },
type:"POST", type:"POST",
success:function(data){ success:function(data){
console.log(data);
if(data.ret==200){ if(data.ret==200){
let d = data.data; let d = data.data;
window.location.href = d.ulr; window.location.href = d.ulr;
...@@ -133,7 +132,6 @@ ...@@ -133,7 +132,6 @@
}, },
type:"POST", type:"POST",
success:function(data){ success:function(data){
console.log(data);
if(data.ret==200){ if(data.ret==200){
let d = data.data; let d = data.data;
var reHtml= d.html; var reHtml= d.html;
......
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