Commit bca90c69 authored by hezhen's avatar hezhen

修改页面跳转

parent caa8fb9e
...@@ -180,7 +180,9 @@ ...@@ -180,7 +180,9 @@
},function(e){ },function(e){
if(e){ if(e){
if(e.errno==0){ if(e.errno==0){
layer.msg("审核成功!"); layer.msg("审核成功!",function(){
location.reload();
});
}else{ }else{
layer.msg("审核失败!"); layer.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