Commit fbe3ee25 by 冷斌

fix bug

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