Commit 83ba395b authored by 袁玲利's avatar 袁玲利

交行二类户接入

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