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

换卡支付添加浦发银行

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