Authored by QC-L

修复登录跳转异常

@@ -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 },