Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
zhangxiaoru
8 years ago
Commit
5d5836ffbd36b95f47a75ac5e8b5230adeaff014
1 parent
c5322b88
第一次发送验证码
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 @
5d5836f
...
...
@@ -184,7 +184,7 @@ const bind = {
},
sendBindMsg
:
(
req
,
res
,
next
)
=>
{
let
phoneNum
=
_
.
get
(
req
.
session
,
'bin
g
.phoneNum'
);
let
phoneNum
=
_
.
get
(
req
.
session
,
'bin
d
.phoneNum'
);
let
areaCode
=
_
.
get
(
req
.
session
,
'bind.area'
);
if
(
req
.
xhr
&&
_
.
isNumber
(
parseInt
(
phoneNum
,
0
))
&&
areaCode
)
{
...
...
Please
register
or
login
to post a comment