mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 08:06:44 +08:00
【续期银行卡签约需求】-其他银行卡支付时,不需弹框提示正在校验中 --提交人:白金岩
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user