Showing
1 changed file
with
4 additions
and
4 deletions
@@ -42,10 +42,10 @@ Component({ | @@ -42,10 +42,10 @@ Component({ | ||
42 | }, | 42 | }, |
43 | 43 | ||
44 | detached() { | 44 | detached() { |
45 | - event.remove('user-login-success'); | ||
46 | - event.remove('change-login-status'); | ||
47 | - event.remove('user-get-phonenumber-error'); | ||
48 | - event.remove('store-new-user-created'); | 45 | + event.removeAll('user-login-success'); |
46 | + event.removeAll('change-login-status'); | ||
47 | + event.removeAll('user-get-phonenumber-error'); | ||
48 | + event.removeAll('store-new-user-created'); | ||
49 | }, | 49 | }, |
50 | 50 | ||
51 | /** | 51 | /** |
-
Please register or login to post a comment