6a034d69 by yangjianbin

init

1 parent f7a9a99d
...@@ -67,6 +67,9 @@ ...@@ -67,6 +67,9 @@
67 } else { 67 } else {
68 layer.alert('请求成功'); 68 layer.alert('请求成功');
69 } 69 }
70 setTimeout(function () {
71 layer_close();
72 },500);
70 }, 73 },
71 error:function(){ 74 error:function(){
72 layer.alert("请求失败") 75 layer.alert("请求失败")
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!