From 26251069574f22df524b0465c4bbc7df70f01010 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Thu, 2 Mar 2023 01:46:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=AD=A5=E6=95=B0?= =?UTF-8?q?=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pay-result/index.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/pay-result/index.vue b/src/views/pay-result/index.vue index 2e0ab62..2a6196a 100644 --- a/src/views/pay-result/index.vue +++ b/src/views/pay-result/index.vue @@ -1,7 +1,7 @@ @@ -46,7 +46,7 @@

激活电话卡

-->
-

第二步:去使用功能

+

第{{isAliPay ? '三' : '二'}}步:去使用功能

@@ -73,13 +73,18 @@ export default { payStatus: null, //支付状态 price: this.$route.query.price, //价格 outTradeNo: this.$route.query.outTradeNo, //支付订单号 - isIos: null //是否是ios + isIos: null, //是否是ios, }; }, created() { this.checkParams(); this.closeTime(); }, + computed: { + isAliPay() { + return this.$route.query.rechargeUrl !=='' && this.$route.query.alipayForm !== '' + } + }, mounted() { //this.checkParams(); //this.closeTime();