From 011d25b0bd779abaf58a980ed9822be9892e1909 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Mon, 24 Oct 2022 18:14:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E3=80=90C=E7=AB=AF?= =?UTF-8?q?=E3=80=91=E3=80=90=E8=AE=A2=E5=8D=95=E3=80=91=E7=AB=8B=E5=87=8F?= =?UTF-8?q?=E9=87=91=E8=AE=A2=E5=8D=95=E6=94=AF=E4=BB=98=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=82=B9=E5=87=BB=E5=8E=BB=E5=85=91=E6=8D=A2?= =?UTF-8?q?=EF=BC=8C=E6=B2=A1=E6=9C=89=E8=B7=B3=E8=BD=AC=E5=88=B0=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1/=E6=94=AF=E4=BB=98=E5=AE=9D=E5=85=91=E6=8D=A2?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- paysuccess.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/paysuccess.html b/paysuccess.html index 35e27c2..0969a04 100644 --- a/paysuccess.html +++ b/paysuccess.html @@ -72,7 +72,7 @@ ); this.orderNumber = orderNumber; this.getOrderDetail(orderNumber); - this.countdownFn(); + }, methods: { getQueryString(path, name) { @@ -115,6 +115,9 @@ this.redirect_url = res.data.wechat_redirect_url; this.payStatus=res.data.pay_status; this.payResult=true; + if(res.data.type!=2){ + this.countdownFn(); + } } } }).catch();