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
7f0efea6a1c6b48c658db79489c1554db64f5d78
1 parent
f057a527
fix order problem
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
web-static/dist/yohobuy/0.0.29/index-debug.js
web-static/dist/yohobuy/0.0.29/index.js
web-static/dist/yohobuy/0.0.29/index-debug.js
View file @
7f0efea
...
...
@@ -10613,8 +10613,8 @@ function validateForm() {
var
nameReg
=
/^
[\u
4e00-
\u
9fa5
]{2,5}
$/
;
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}
$/
;
var
telCodeReg
=
/^
[
0-9
]{3,4}
$/
;
var
telReg
=
/^
[
0-9
]{8}
$/
;
var
_right_html
=
'<i class="order-icon icon-right"></i>'
;
var
_error_html
=
'<i class="order-icon icon-error"></i><b></b>'
;
...
...
web-static/dist/yohobuy/0.0.29/index.js
View file @
7f0efea
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment