Commit 6752f037 authored by 袁玲利's avatar 袁玲利

换卡支付添加浦发银行

parent 68d0e386
......@@ -477,7 +477,7 @@
mask: true,
title: "请稍后....",
});
if (bankInfo.accountType == 4) {
if (bankInfo.accountType == 4 || bankInfo.accountType == 5) {
jWeixin.miniProgram.navigateTo({
url: `/pages_subpack/pages/changeBindCard/main`,
});
......@@ -1073,7 +1073,7 @@
//查询一类卡绑定列表
queryBindCardList() {
this.queryBindCardListBefore();
this_.popshow = true;
this.popshow = true;
},
queryBindCardListBefore() {
let this_ = this;
......
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