c8c3cb07 by yangjianbin

init

1 parent 6a034d69
...@@ -66,10 +66,11 @@ ...@@ -66,10 +66,11 @@
66 layer.alert('请求失败'); 66 layer.alert('请求失败');
67 } else { 67 } else {
68 layer.alert('请求成功'); 68 layer.alert('请求成功');
69 }
70 setTimeout(function () { 69 setTimeout(function () {
71 layer_close(); 70 layer_close();
72 },500); 71 },500);
72 }
73
73 }, 74 },
74 error:function(){ 75 error:function(){
75 layer.alert("请求失败") 76 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!