mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 18:06:44 +08:00
银行卡签约需求-前端判断逻辑调整
This commit is contained in:
@@ -452,7 +452,7 @@ export default {
|
||||
this.bankSignJump(shortUrl)
|
||||
resolve(false);
|
||||
}else if (checkRes.signState == '4') {
|
||||
if (checkRes.signConfirmType == '4') {
|
||||
if (checkRes.signConfirmType == '4' && shortUrl) {
|
||||
// signConfirmType = 4 代表 招行需签约
|
||||
this.bankSignJump(shortUrl);
|
||||
resolve(false);
|
||||
|
||||
Reference in New Issue
Block a user