init
Showing
1 changed file
with
2 additions
and
1 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 | } | ||
| 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("请求失败") | ... | ... |
-
Please register or sign in to post a comment