From 2bccd7db0a09c2de90a78884e6f30e4c94f3fa45 Mon Sep 17 00:00:00 2001 From: pangxingyue <120277894@qq.com> Date: Mon, 29 Mar 2021 17:19:01 +0800 Subject: [PATCH] =?UTF-8?q?feature/GFRS-2350=E3=80=90=E5=89=8D=E7=AB=AF-?= =?UTF-8?q?=E5=BE=85=E5=AE=8C=E6=88=90=E3=80=91=E4=BF=AE=E6=94=B9=E5=8D=A1?= =?UTF-8?q?=E5=8D=95=E6=94=AF=E4=BB=98=E5=88=86=E4=BA=AB=E6=97=B6=E6=95=88?= =?UTF-8?q?--=E5=88=86=E4=BA=AB=E9=AA=8C=E8=AF=81token=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=BB=93=E6=9E=84--=E6=8F=90=E4=BA=A4=E4=BA=BA=E5=BA=9E?= =?UTF-8?q?=E5=85=B4=E6=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/Pay.vue | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/views/ebiz/cardList/Pay.vue b/src/views/ebiz/cardList/Pay.vue index 7b39ae347..872e1c778 100644 --- a/src/views/ebiz/cardList/Pay.vue +++ b/src/views/ebiz/cardList/Pay.vue @@ -463,18 +463,7 @@ export default { orderNo: window.localStorage.getItem('orderNo'), } } - getOrderDetail(orderParms).then(res => { - if (res.content === 'invalid') { - Dialog.alert({ - title: '提示', - confirmButtonText: '退出', - message: '当前链接已失效,请您联系业务员获取(重新分享)。', - }).then(() => { - window.close(); - WeixinJSBridge.call('closeWindow'); - }); - return false; - } + getOrderDetail(orderParms).then(res => { if (res.result == '0') { this.orderStatus = res.orderDTO.orderInfoDTO.orderStatus try { @@ -516,6 +505,15 @@ export default { // } + } else if (res.result === '1') { + Dialog.alert({ + title: '提示', + confirmButtonText: '退出', + message: '当前链接已失效,请您联系业务员获取(重新分享)。', + }).then(() => { + window.close(); + WeixinJSBridge.call('closeWindow'); + }); } else { this.underWriteData = { accountName: '',