|
@@ -1,7 +1,7 @@ |
|
|
<!-- |
|
|
<!-- |
|
|
* @Date: 2023-02-24 16:47:33 |
|
|
* @Date: 2023-02-24 16:47:33 |
|
|
* @LastEditors: JinxChen |
|
|
* @LastEditors: JinxChen |
|
|
* @LastEditTime: 2023-03-02 00:52:22 |
|
|
|
|
|
|
|
|
* @LastEditTime: 2023-03-02 01:44:33 |
|
|
* @FilePath: \TelpoH5FrontendWeb\src\views\pay-result\index.vue |
|
|
* @FilePath: \TelpoH5FrontendWeb\src\views\pay-result\index.vue |
|
|
* @description: |
|
|
* @description: |
|
|
--> |
|
|
--> |
|
@@ -46,7 +46,7 @@ |
|
|
<p>激活电话卡</p> |
|
|
<p>激活电话卡</p> |
|
|
</div> --> |
|
|
</div> --> |
|
|
<div class="back-btn" @click="onBackHome"> |
|
|
<div class="back-btn" @click="onBackHome"> |
|
|
<p>第二步:去使用功能</p> |
|
|
|
|
|
|
|
|
<p>第{{isAliPay ? '三' : '二'}}步:去使用功能</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
@@ -73,13 +73,18 @@ export default { |
|
|
payStatus: null, //支付状态 |
|
|
payStatus: null, //支付状态 |
|
|
price: this.$route.query.price, //价格 |
|
|
price: this.$route.query.price, //价格 |
|
|
outTradeNo: this.$route.query.outTradeNo, //支付订单号 |
|
|
outTradeNo: this.$route.query.outTradeNo, //支付订单号 |
|
|
isIos: null //是否是ios |
|
|
|
|
|
|
|
|
isIos: null, //是否是ios, |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
created() { |
|
|
created() { |
|
|
this.checkParams(); |
|
|
this.checkParams(); |
|
|
this.closeTime(); |
|
|
this.closeTime(); |
|
|
}, |
|
|
}, |
|
|
|
|
|
computed: { |
|
|
|
|
|
isAliPay() { |
|
|
|
|
|
return this.$route.query.rechargeUrl !=='' && this.$route.query.alipayForm !== '' |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
mounted() { |
|
|
mounted() { |
|
|
//this.checkParams(); |
|
|
//this.checkParams(); |
|
|
//this.closeTime(); |
|
|
//this.closeTime(); |
|
|