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
Plain Diff
Browse Files
Authored by
陈峰
7 years ago
Commit
d5c084af76bdff0ea089d266de34393536ecedf6
2 parents
e593c473
6d59622f
Merge branch 'hotfix/fix-phone' into 'gray'
Hotfix/fix phone See merge request
!213
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
package.json
public/js/passport/common/mail-phone-regx.js
public/js/passport/mail-phone-regx.js
package.json
View file @
d5c084a
{
"name"
:
"yohobuy-node"
,
"version"
:
"6.1.2
2
"
,
"version"
:
"6.1.2
3
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/passport/common/mail-phone-regx.js
View file @
d5c084a
...
...
@@ -5,7 +5,7 @@
*/
var
countryPhoneRegx
=
{
'+86'
:
/^
1
[
35847
]{
1
}[
0
-
9
]{
9
}
$
/
,
'+86'
:
/^
1
[
0
-
9
]{
1
}[
0
-
9
]{
9
}
$
/
,
'+852'
:
/^
[
965
]{
1
}[
0
-
9
]{
7
}
$
/
,
'+853'
:
/^
[
0
-
9
]{
8
}
$
/
,
'+886'
:
/^
[
0
-
9
]{
10
}
$
/
,
...
...
public/js/passport/mail-phone-regx.js
View file @
d5c084a
...
...
@@ -5,7 +5,7 @@
*/
var
countryPhoneRegx
=
{
'+86'
:
/^
1
[
35847
]{
1
}[
0
-
9
]{
9
}
$
/
,
'+86'
:
/^
1
[
0
-
9
]{
1
}[
0
-
9
]{
9
}
$
/
,
'+852'
:
/^
[
965
]{
1
}[
0
-
9
]{
7
}
$
/
,
'+853'
:
/^
[
0
-
9
]{
8
}
$
/
,
'+886'
:
/^
[
0
-
9
]{
10
}
$
/
,
...
...
Please
register
or
login
to post a comment