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
郭成尧
2016-12-19 10:38:34 +0800
Commit
65b2c55348c2ffb75fef4d44a924d5becd80d984
1 parent
ee718215
phone-verify
Hide 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 @
65b2c55
...
...
@@ -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