Commit 87c4fee1 authored by 袁玲利's avatar 袁玲利

渤海银行提现金额置空

parent 36a998e0
...@@ -219,6 +219,10 @@ ...@@ -219,6 +219,10 @@
sessionid: sessionID, sessionid: sessionID,
wechattype: 1 wechattype: 1
} }
if(bankInfo.accountType == 4) {
// 渤海银行提现amount置空值
params.amount = "";
}
$.ajax({ $.ajax({
url: withdrawSmsUrl, url: withdrawSmsUrl,
type: "POST", type: "POST",
...@@ -411,10 +415,6 @@ ...@@ -411,10 +415,6 @@
}; };
} }
if(bankInfo.accountType == 4) {
// 渤海银行提现amount置空值
params.amount = "";
}
$.ajax({ $.ajax({
url: withdrawUrl, url: withdrawUrl,
type: "POST", type: "POST",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment