Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王洪广
9 years ago
Commit
24b0dcba3569fe2b86d5c5dd9b5580726bc458a9
1 parent
e995d9ac
fix order problem
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
web-static/dist/yohobuy/0.0.29/index-debug.js
web-static/dist/yohobuy/0.0.29/index.css
web-static/dist/yohobuy/0.0.29/index.js
web-static/dist/yohobuy/0.0.29/index-debug.js
View file @
24b0dcb
...
...
@@ -10611,7 +10611,7 @@ function validateForm() {
$err_tel
=
$tel
.
siblings
(
'.error'
);
var
nameReg
=
/^
[\u
4e00-
\u
9fa5
]{2,5}
$/
;
var
addressReg
=
/^
[
a-zA-Z0-9-#()
\u
4e00-
\u
9fa5
]
+$/
;
var
addressReg
=
/^
[
a-zA-Z0-9-#()
()
\u
4e00-
\u
9fa5
]
+$/
;
var
phoneReg
=
/^
(
13
[
0-9
]
|15
[
012356789
]
|17
[
678
]
|18
[
0-9
]
|14
[
57
])[
0-9
]{8}
$/
;
var
telCodeReg
=
/^
[
0-9
]{3,5}
$/
;
var
telReg
=
/^
[
0-9
]{5,10}
$/
;
...
...
web-static/dist/yohobuy/0.0.29/index.css
View file @
24b0dcb
This diff could not be displayed because it is too large.
web-static/dist/yohobuy/0.0.29/index.js
View file @
24b0dcb
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment