【续期银行卡签约需求】-其他银行卡支付时,不需弹框提示正在校验中 --提交人:白金岩

This commit is contained in:
bai.jinyan
2021-09-02 19:13:17 +08:00
parent 9161503016
commit 0d3a306bab

View File

@@ -434,6 +434,7 @@ export default {
// 1.微信支付方式 2.银行卡支付 且 招商银行卡 需要签约
if (!((this.radio == '' && ('CMB' == bankCode || '308' == bankCode)) || this.radio == '3')){
isNeedSignFlag = false;
return true;
}
this.$toast.clear()