From 9d72d445caed241be46dcdbf95593d1a0aefab1f Mon Sep 17 00:00:00 2001 From: Apple <> Date: Thu, 13 Oct 2022 15:16:02 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=E6=94=AF=E4=BB=98=E5=AE=9D=E7=AB=8B?= =?UTF-8?q?=E5=87=8F=E9=87=91=E9=A2=86=E5=8F=96=EF=BC=8C=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alipay.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/alipay.html b/alipay.html index 11a9095..94e7c36 100644 --- a/alipay.html +++ b/alipay.html @@ -92,15 +92,15 @@ }, created() { //唤起支付宝授权,打开领取 - // this.openId = this.getQueryString( - // window.location.search, - // "alipayuserid" - // ); + this.openId = this.getQueryString( + window.location.search, + "alipayuserid" + ); let orderNumber = this.getQueryString( window.location.search, "orderNumber" ); - // this.orderNumber=orderNumber; + this.orderNumber=orderNumber; this.getOrderDetail(this.orderNumber); }, methods: { @@ -137,13 +137,13 @@ setTimeout(()=>{ this.disabledBtn = false; },2000) - // if (res.code == 200) { - // window.location.href = './advise.html' - // sessionStorage.setItem('messageTip', ''); - // } else { - // window.location.href = './advise.html' - // sessionStorage.setItem('messageTip', res.message); - // } + if (res.code == 200) { + window.location.href = './advise.html' + sessionStorage.setItem('messageTip', ''); + } else { + window.location.href = './advise.html' + sessionStorage.setItem('messageTip', res.message); + } }) .catch((err) => {}); }, From a86117afb5e9d86244f2b04243bd8d6a1fee8cfe Mon Sep 17 00:00:00 2001 From: Apple <> Date: Thu, 13 Oct 2022 15:33:20 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=90=8E=E5=9B=9E=E8=B0=83=E8=B7=B3=E8=BD=AC=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- paySuccess.html => paysuccess1.html | 1 + 1 file changed, 1 insertion(+) rename paySuccess.html => paysuccess1.html (99%) diff --git a/paySuccess.html b/paysuccess1.html similarity index 99% rename from paySuccess.html rename to paysuccess1.html index 2ebdabc..8860d37 100644 --- a/paySuccess.html +++ b/paysuccess1.html @@ -77,6 +77,7 @@ } }).catch(); }, + //弹出框提示 openTipDialog(popUpAttr) { this.popAttr = popUpAttr; From 79b0bc6672e667e62c27ba5c7f8da92af3d15f67 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Thu, 13 Oct 2022 15:33:57 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=9B=9E=E8=B0=83=E9=A1=B5=E9=9D=A2=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- paysuccess1.html => paysuccess.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename paysuccess1.html => paysuccess.html (100%) diff --git a/paysuccess1.html b/paysuccess.html similarity index 100% rename from paysuccess1.html rename to paysuccess.html