Commit 36a998e0 authored by 袁玲利's avatar 袁玲利

渤海银行提现金额置空

parent 67b6f5a0
......@@ -411,6 +411,10 @@
};
}
if(bankInfo.accountType == 4) {
// 渤海银行提现amount置空值
params.amount = "";
}
$.ajax({
url: withdrawUrl,
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