init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -124,8 +124,8 @@ | ... | @@ -124,8 +124,8 @@ |
| 124 | } | 124 | } |
| 125 | if (data.code) { | 125 | if (data.code) { |
| 126 | setTimeout(function () { | 126 | setTimeout(function () { |
| 127 | // window.parent.reload(); | 127 | window.parent.reload(); |
| 128 | // layer_close(); | 128 | layer_close(); |
| 129 | }, 500); | 129 | }, 500); |
| 130 | } | 130 | } |
| 131 | }, | 131 | }, | ... | ... |
-
Please register or sign in to post a comment