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
89ff1fc960d6711a3103f3151c089fc859ff12be
1 parent
5a25d6f5
fix nav problem
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 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 @
89ff1fc
...
...
@@ -10462,16 +10462,19 @@ function newAddress(id) {
}
});
$name
.
on
(
'blur'
,
function
()
{
validate
.
name
(
$
name
.
val
(
));
validate
.
name
(
$
.
trim
(
$name
.
val
()
));
});
$address
.
on
(
'blur'
,
function
()
{
validate
.
address
(
$
address
.
val
(
));
validate
.
address
(
$
.
trim
(
$address
.
val
()
));
});
$phone
.
on
(
'blur'
,
function
()
{
validate
.
mobile
(
$
phone
.
val
(
));
validate
.
mobile
(
$
.
trim
(
$phone
.
val
()
));
});
$tel
.
on
(
'blur'
,
function
()
{
validate
.
tel
(
$telCode
.
val
(),
$tel
.
val
());
validate
.
tel
(
$
.
trim
(
$telCode
.
val
()),
$
.
trim
(
$tel
.
val
()));
})
$county
.
on
(
'change'
,
function
()
{
validate
.
city
(
$province
.
val
(),
$city
.
val
(),
$county
.
val
());
})
}
/**
...
...
web-static/dist/yohobuy/0.0.29/index.js
View file @
89ff1fc
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment