Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2016-07-19 18:32:06 +0800
Commit
6b958d92448fe46802235db559c19bdcbdea8a2c
1 parent
fe8931cc
phone regx
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/shopping/order/address.js
public/js/shopping/order/address.js
View file @
6b958d9
...
...
@@ -65,7 +65,7 @@ function validateAddress($el) {
],
phone
:
[
{
regx
:
/
[\d
-
]
+
/
,
regx
:
/
^
[\d
-
]
+$
/
,
err
:
'只能包含数字、-组合'
,
skipWhenEmpty
:
true
}
...
...
Please
register
or
login
to post a comment