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-09-12 18:25:05 +0800
Commit
860b876dd0ce5b2b73446d710d56081d1058cdb3
2 parents
5cee1d01
975ae358
Merge branch 'feature/installment2a' into release/4.9.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
public/js/home/bind-card-check.js
public/js/home/bind-card-check.js
View file @
860b876
...
...
@@ -30,6 +30,9 @@ var debounceFn = debounce(function(cardNo, formModel) {
// 返回1不支持, 孟令阶
if
(
result
&&
result
.
data
&&
result
.
data
.
businessSupport
===
'1'
)
{
formModel
.
bankCode
=
''
;
formModel
.
bankName
=
''
;
$
(
'#bank-name'
).
text
(
'暂不支持此银行卡'
);
$
(
'#bank-desc'
).
show
();
$
(
'#bank-icon'
).
hide
();
...
...
Please
register
or
login
to post a comment