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
Plain Diff
Browse Files
Authored by
郝肖肖
2016-08-25 16:23:47 +0800
Commit
56e0a47b87278933890cca26872a02da938a8d17
2 parents
f519aec1
a44bd91a
Merge branch 'feature/installment' of git.yoho.cn:fe/yohobuywap-node into feature/installment
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/installment.starting-service.page.js
public/js/home/installment.starting-service.page.js
View file @
56e0a47
...
...
@@ -187,7 +187,7 @@ $('#cardNo').keyup(function() {
$
(
this
).
val
(
value
.
replace
(
/
[^\d]
/g
,
''
).
replace
(
/
(\d{4})(?=\d)
/g
,
'$1 '
)).
trigger
(
'change'
);
if
(
cardNo
&&
cardNo
.
length
>=
1
5
)
{
if
(
cardNo
&&
cardNo
.
length
>=
1
6
)
{
debounceFn
(
cardNo
);
}
else
{
$
(
'#bank-desc'
).
hide
();
...
...
Please
register
or
login
to post a comment