mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-14 06:36:44 +08:00
续期银行卡签约校验之前端修正 --李婕煜
This commit is contained in:
@@ -433,7 +433,7 @@ export default {
|
|||||||
const bankCode = JSON.parse(window.localStorage.getItem('underWriteData')).bankCode;
|
const bankCode = JSON.parse(window.localStorage.getItem('underWriteData')).bankCode;
|
||||||
const shortUrl = checkRes.shortUrl;
|
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)
|
this.bankSignJump(shortUrl)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -471,6 +471,9 @@ export default {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
this.$toast(checkRes.resultMessage)
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user