委托单新增 price,首页案件委托接收参数 id 和order orderId
This commit is contained in:
@@ -134,10 +134,11 @@
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
console.log(this.$Route.query)
|
||||
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.orderId = this.$Route.query.id || this.$Route.query.orderId
|
||||
},
|
||||
methods: {
|
||||
// 选择支付方式
|
||||
|
||||
Reference in New Issue
Block a user