Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-limited-sell-miniapp
·
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
bevishuang
6 years ago
Commit
05bc2d82a2de4ac5387a584a8118f517ae172a45
1 parent
60f6c749
优化注册™上报
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/pages/account/bindMobile.js
app/pages/account/bindMobile.js
View file @
05bc2d8
...
...
@@ -196,7 +196,7 @@ Page({
event
.
emit
(
'login-type-report'
,
{
LOGIN_TYPE
:
5
});
event
.
emit
(
'user-login-success'
);
if
(
res
.
data
&&
res
.
data
.
is_register
===
0
)
{
if
(
res
.
data
&&
res
.
data
.
nFlag
===
'Y'
)
{
event
.
emit
(
'register-type-report'
,
{
YB_REGISTER_SUCCESS
:
5
});
}
wx
.
navigateBack
();
...
...
Please
register
or
login
to post a comment