Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-luck
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
QC-L
2019-01-09 10:40:23 +0800
Commit
cb918180455f367e9ba521083cc3d0056a7cc61e
1 parent
425c00b2
修复登录跳转异常
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
pages/bindPhoneNumber/bindPhoneNumber.js
pages/bindPhoneNumber/bindPhoneNumber.js
View file @
cb91818
...
...
@@ -418,8 +418,7 @@ bindBtnAction:function (needBind, callBackFun) {
}
else
{
that
.
redirectAction
();
}
event
.
emit
(
'user-login-success'
);
event
.
emit
(
'wechat-login-success'
);
event
.
emit
(
'user-login-success'
,
result
);
}
})
},
...
...
Please
register
or
login
to post a comment