浏览代码

Merge branch 'develop' into test

test
JinxChen 2 年前
父节点
当前提交
70e94fbbe2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/views/pay-result/index.vue

+ 2
- 2
src/views/pay-result/index.vue 查看文件

@@ -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 01:44:33
* @LastEditTime: 2023-03-02 01:58:58
* @FilePath: \TelpoH5FrontendWeb\src\views\pay-result\index.vue * @FilePath: \TelpoH5FrontendWeb\src\views\pay-result\index.vue
* @description: * @description:
--> -->
@@ -82,7 +82,7 @@ export default {
}, },
computed: { computed: {
isAliPay() { isAliPay() {
return this.$route.query.rechargeUrl !=='' && this.$route.query.alipayForm !== ''
return this.$route.query.alipayForm
} }
}, },
mounted() { mounted() {


正在加载...
取消
保存