Commit 6e5dcade authored by 袁玲利's avatar 袁玲利

渤海银行提现金额置空

parents d2390b95 87c4fee1
...@@ -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",
......
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