init
Showing
1 changed file
with
5 additions
and
3 deletions
| ... | @@ -55,9 +55,11 @@ | ... | @@ -55,9 +55,11 @@ |
| 55 | } else { | 55 | } else { |
| 56 | layer.alert('操作成功'); | 56 | layer.alert('操作成功'); |
| 57 | } | 57 | } |
| 58 | setTimeout(function () { | 58 | if(!data.code){ |
| 59 | loadIframe(url, '审核意见'); | 59 | setTimeout(function () { |
| 60 | }, 500) | 60 | loadIframe(url, '审核意见'); |
| 61 | }, 500) | ||
| 62 | } | ||
| 61 | }, | 63 | }, |
| 62 | error: function () { | 64 | error: function () { |
| 63 | layer.alert("操作失败") | 65 | layer.alert("操作失败") | ... | ... |
-
Please register or sign in to post a comment