From 460b05f6d1bc0a09e8a66971c507e6eb75eff14d Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Sat, 25 Nov 2023 07:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E9=93=B6=E8=A1=8C=E5=8D=A1?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E7=82=B9=E5=87=BB=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=8C=BA=E5=88=86=E5=BC=80=E9=97=A8=E7=BA=A2=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E4=B8=8E=E6=99=AE=E9=80=9A=E4=BA=A7=E5=93=81=E7=9A=84?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/AccountInformation.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/views/ebiz/sale/AccountInformation.vue b/src/views/ebiz/sale/AccountInformation.vue index 83b3c9dff..df57fbb24 100644 --- a/src/views/ebiz/sale/AccountInformation.vue +++ b/src/views/ebiz/sale/AccountInformation.vue @@ -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) }