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: { // 选择支付方式