Commit 76e1ac7f authored by 李智书's avatar 李智书

1

parent 4114c627
......@@ -592,7 +592,11 @@
this_.queryBankInfo();
}, 3000);
let thiTime = new Date();
let str = ''
let str = '';
let accountNo = this_.bankInfo_.accountNo
accountNo = accountNo.slice(accountNo.length - 4,
accountNo
.length);
switch (bankInfo.accountType) {
case 3:
if (thiTime.getMinutes() + 20 >= 60) {
......@@ -608,10 +612,6 @@
content: '银行处理需要1-20分钟时间,充值结果以余额查询为准。',
showCancel: false,
success: function() {
let accountNo = this_.bankInfo_.accountNo
accountNo = accountNo.slice(accountNo.length - 4,
accountNo
.length);
uni.navigateTo({
url: `../../recharging/recharging?bankName=${this_.accountEnum[this_.bankInfo_.accountType+'']}&bankNumber=${accountNo}&time=${str}&money=${(amount * 1).toFixed(2)}`
})
......
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