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
李靖
2017-07-11 15:01:38 +0800
Commit
9944350590437a0432c3af9ebbd7d1288af88040
1 parent
49de2616
修改正则
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/address-act.page.js
public/js/home/address-act.page.js
View file @
9944350
...
...
@@ -97,7 +97,7 @@ $addressForm.on('submit', function() {
return
false
;
}
if
(
!
(
/^
1
[
34578
]\d{9
}
$/
.
test
(
phone
)))
{
if
(
!
(
/^
[
0-9
]{11
}
$/
.
test
(
phone
)))
{
tip
.
show
(
'请填写正确的手机号'
);
return
false
;
}
...
...
Please
register
or
login
to post a comment