From c0f9c73e665ba4c0decf67f08ea91dca40253650 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Tue, 28 Nov 2023 16:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E8=A1=8C=E5=8D=A1=E7=AD=BE=E7=BA=A6?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/AccountInformation.vue | 26 ++++++++++------------ 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/src/views/ebiz/sale/AccountInformation.vue b/src/views/ebiz/sale/AccountInformation.vue index c0a26783f..d2efb7815 100644 --- a/src/views/ebiz/sale/AccountInformation.vue +++ b/src/views/ebiz/sale/AccountInformation.vue @@ -584,20 +584,18 @@ export default { let checkRes = res.content if (checkRes.result == '0') { this.$toast.clear() - if (checkRes.needSign == '0') { - if(checkRes.signState == '0' || checkRes.signState == '2'){ - // 不需签约 或 已签约 不做处理 可以发起支付 - console.log('不需签约 或 已签约 不做处理 可以发起支付') - this.$jump({ - flag: 'h5', - extra: { - url: location.origin + '/#/sale/attachmentManagement?orderNo=' + this.$route.query.orderNo - }, - routerInfo: { - path: '/sale/attachmentManagement?orderNo=' + this.$route.query.orderNo - } - }) - } + if (checkRes.needSign == '0' || checkRes.signState == '0' || checkRes.signState == '2') { + // 后端返回不出来并且关系的数据 只能写成或者关系 需求是开门红银行卡续约 后端开发张磊说以实际接口为准进行开发 + // 不需签约 或 已签约 不做处理 可以发起支付 + 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 if (checkRes.needSign == '3') { if(checkRes.signState == '0') {