mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 01:46:43 +08:00
上传银行卡信息页面点击保存区分开门红产品与普通产品的业务逻辑
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user