mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 01:06:45 +08:00
续期银行卡签约校验之前端修正 --李婕煜
This commit is contained in:
@@ -433,7 +433,7 @@ export default {
|
||||
const bankCode = JSON.parse(window.localStorage.getItem('underWriteData')).bankCode;
|
||||
const shortUrl = checkRes.shortUrl;
|
||||
// 招商银行卡 提示去官微签约
|
||||
if(checkRes.signState == '1' && checkRes.needSign == '1' && this.radio == '' && 'ICBC' == bankCode){
|
||||
if(checkRes.signState == '1' && checkRes.needSign == '1' && this.radio == '' && ('CMB' == bankCode || '308' == bankCode)){
|
||||
this.bankSignJump(shortUrl)
|
||||
return false;
|
||||
}
|
||||
@@ -471,6 +471,9 @@ export default {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}else{
|
||||
this.$toast(checkRes.resultMessage)
|
||||
return false;
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user