init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -102,8 +102,8 @@ | ... | @@ -102,8 +102,8 @@ |
| 102 | } | 102 | } |
| 103 | setTimeout(function () { | 103 | setTimeout(function () { |
| 104 | if(!data.code) { | 104 | if(!data.code) { |
| 105 | // window.parent.reload(); | 105 | window.parent.reload(); |
| 106 | // layer_close(); | 106 | layer_close(); |
| 107 | } | 107 | } |
| 108 | },500); | 108 | },500); |
| 109 | }, | 109 | }, | ... | ... |
-
Please register or sign in to post a comment