Showing
1 changed file
with
1 additions
and
0 deletions
@@ -111,6 +111,7 @@ function submitIdentity(json) { | @@ -111,6 +111,7 @@ function submitIdentity(json) { | ||
111 | if (data.code === 200) { | 111 | if (data.code === 200) { |
112 | window.location.href = data.data; | 112 | window.location.href = data.data; |
113 | } else { | 113 | } else { |
114 | + $identityForm.addClass('hide'); | ||
114 | $('identity-back-wrap').remove(); | 115 | $('identity-back-wrap').remove(); |
115 | $('#identity-wrap').append(identityFn({msg: data.message})); | 116 | $('#identity-wrap').append(identityFn({msg: data.message})); |
116 | } | 117 | } |
-
Please register or login to post a comment