From 990f84c2393c25070efda4c64902bac45eb80daf Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Thu, 2 Mar 2023 01:59:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E9=A1=B5=E9=9D=A2=E6=AD=A5=E6=95=B0=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pay-result/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/pay-result/index.vue b/src/views/pay-result/index.vue index 2a6196a..1ea786b 100644 --- a/src/views/pay-result/index.vue +++ b/src/views/pay-result/index.vue @@ -1,7 +1,7 @@ @@ -82,7 +82,7 @@ export default { }, computed: { isAliPay() { - return this.$route.query.rechargeUrl !=='' && this.$route.query.alipayForm !== '' + return this.$route.query.alipayForm } }, mounted() {