Showing
1 changed file
with
1 additions
and
2 deletions
@@ -418,8 +418,7 @@ bindBtnAction:function (needBind, callBackFun) { | @@ -418,8 +418,7 @@ bindBtnAction:function (needBind, callBackFun) { | ||
418 | } else { | 418 | } else { |
419 | that.redirectAction(); | 419 | that.redirectAction(); |
420 | } | 420 | } |
421 | - event.emit('user-login-success'); | ||
422 | - event.emit('wechat-login-success'); | 421 | + event.emit('user-login-success', result); |
423 | } | 422 | } |
424 | }) | 423 | }) |
425 | }, | 424 | }, |
-
Please register or login to post a comment