init
Showing
1 changed file
with
4 additions
and
3 deletions
| ... | @@ -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 | setTimeout(function () { | ||
| 70 | layer_close(); | ||
| 71 | },500); | ||
| 69 | } | 72 | } |
| 70 | setTimeout(function () { | 73 | |
| 71 | layer_close(); | ||
| 72 | },500); | ||
| 73 | }, | 74 | }, |
| 74 | error:function(){ | 75 | error:function(){ |
| 75 | layer.alert("请求失败") | 76 | layer.alert("请求失败") | ... | ... |
-
Please register or sign in to post a comment