修改接参

This commit is contained in:
2023-05-26 11:44:24 +08:00
parent c2d7083757
commit b84a866a4e

View File

@@ -138,7 +138,7 @@
this.token = this.$store.getters.getToken this.token = this.$store.getters.getToken
this.payPrice = this.$Route.query.price this.payPrice = this.$Route.query.price
this.payForm = this.$Route.query.payForm 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: { methods: {
// 选择支付方式 // 选择支付方式