Commit cbf9d803 authored by 袁玲利's avatar 袁玲利

交行二类户接入

parent 64792ef8
...@@ -1361,8 +1361,7 @@ export default { ...@@ -1361,8 +1361,7 @@ export default {
if (bankInfo.bindCardNo == item.bindCardNo) { if (bankInfo.bindCardNo == item.bindCardNo) {
return; return;
} }
let accountType = uni.setStorageSync('accountType') if(this.accountType == 2 && this.typeCode == 'BOCOM'){
if(accountType == 2 && this.typeCode == 'BOCOM'){
// 交行二类户 // 交行二类户
let userName_ = (bankInfo.trueName).substring((bankInfo.trueName).length - 1) let userName_ = (bankInfo.trueName).substring((bankInfo.trueName).length - 1)
let accountNo_ = (bankInfo.accountNo).replace(/\s*/g, ""); let accountNo_ = (bankInfo.accountNo).replace(/\s*/g, "");
...@@ -1562,6 +1561,7 @@ export default { ...@@ -1562,6 +1561,7 @@ export default {
console.log(res); console.log(res);
if (res.code == "10000" && res.results) { if (res.code == "10000" && res.results) {
self.rechargeLimit = res.results.rechargeLimit || ""; self.rechargeLimit = res.results.rechargeLimit || "";
self.accountType = res.results.accountType;
if(self.rechargeLimit == 1){ if(self.rechargeLimit == 1){
self.queryWalletRechargeLimit() self.queryWalletRechargeLimit()
} }
......
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