上传银行卡信息页面点击保存区分开门红产品与普通产品的业务逻辑

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-11-25 07:40:24 +08:00
parent dddbe087f6
commit 460b05f6d1

View File

@@ -555,7 +555,19 @@ export default {
if (res.result == '0') {
this.orderInfoDTO.validateCustomerFlag = '0';
window.localStorage.setItem('accountInformationRadio', this.radio)
this.getBankCardSignState()
if(this.orderInfoDTO.activeType != 'KMH') {
this.$jump({
flag: 'h5',
extra: {
url: location.origin + '/#/sale/attachmentManagement?orderNo=' + this.$route.query.orderNo
},
routerInfo: {
path: '/sale/attachmentManagement?orderNo=' + this.$route.query.orderNo
}
})
} else {
this.getBankCardSignState()
}
} else {
this.$toast(res.resultMessage)
}