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:40:46 +0800
Commit
8bd94f21d9a85ecd764d296e99be42963afc1a32
2 parents
ee718215
65b2c553
Merge branch 'hotfix/phoneVerify' into 'master'
国外手机号码不校验 See merge request
!46
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/passport/register/register.js
public/js/passport/register/register.js
View file @
8bd94f2
...
...
@@ -86,7 +86,7 @@ $btnNext.on('touchstart', function() {
}
if
(
api
.
phoneRegx
[
areaCode
].
test
(
pn
))
{
if
(
api
.
phoneRegx
[
areaCode
].
test
(
pn
)
||
areaCode
!==
'+86'
)
{
requested
=
true
;
...
...
Please
register
or
login
to post a comment