Commit ccd2bff8 by 冷斌

fix bug

parent 3fe59d51
......@@ -99,7 +99,7 @@
$.ajax({
url:url,
dataType:"json",
type:"POST",
type:"GET",
success:function(data){
console.log(data)
if(data.ret==200){
......
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