Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2017-09-11 14:59:31 +0800
Commit
3d4c2b864501be28906c6162b2a6161a22fd33eb
1 parent
a96cc124
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/controllers/bind.js
apps/passport/controllers/bind.js
View file @
3d4c2b8
...
...
@@ -73,7 +73,7 @@ const bind = {
let
openId
=
req
.
body
.
openId
;
let
area
=
req
.
body
.
area
;
if
(
req
.
session
.
verifyCod
e
!==
'relateStep1'
)
{
if
(
req
.
session
.
typ
e
!==
'relateStep1'
)
{
return
next
();
}
...
...
Please
register
or
login
to post a comment