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
Plain Diff
Browse Files
Authored by
毕凯
2016-12-19 10:59:22 +0800
Commit
50acfe885a2edbb449a056030697c4e45b1e8dca
2 parents
685fbcc7
0a8b2357
Merge branch 'hotfix/phoneVerify' into 'master'
登录国外手机号校验 See merge request
!48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/passport/login/international.js
public/js/passport/login/international.js
View file @
50acfe8
...
...
@@ -75,7 +75,7 @@ $loginBtn.on('touchstart', function() {
$loginBtn
.
text
(
'正在登录...'
).
addClass
(
'disable'
);
if
(
api
.
phoneRegx
[
areaCode
].
test
(
pn
)
&&
api
.
pwdValidate
(
pwd
))
{
if
(
(
api
.
phoneRegx
[
areaCode
].
test
(
pn
)
||
areaCode
!==
'+86'
)
&&
api
.
pwdValidate
(
pwd
))
{
$
.
ajax
({
type
:
'POST'
,
url
:
'/passport/login/auth'
,
...
...
Please
register
or
login
to post a comment