From b84a866a4e455f2f8d98cc3b564298c15253ed6d Mon Sep 17 00:00:00 2001 From: zhangjing Date: Fri, 26 May 2023 11:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/synthesis/feePay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/synthesis/feePay.vue b/pages/synthesis/feePay.vue index fe40f51..301ce60 100644 --- a/pages/synthesis/feePay.vue +++ b/pages/synthesis/feePay.vue @@ -138,7 +138,7 @@ this.token = this.$store.getters.getToken this.payPrice = this.$Route.query.price this.payForm = this.$Route.query.payForm - this.orderId = this.$Route.query.id || this.$Route.query.orderId + this.orderId = this.$Route.query.id ?this.$Route.query.id: this.$Route.query.orderId }, methods: { // 选择支付方式