diff --git a/pages/synthesis/entrustOrder.vue b/pages/synthesis/entrustOrder.vue index 9ec8945..241e5a2 100644 --- a/pages/synthesis/entrustOrder.vue +++ b/pages/synthesis/entrustOrder.vue @@ -236,7 +236,7 @@ this.payStatus = false // 选择支付方式 - this.expressSheet(res.synthesis_diff_price_id, res.order_type, res.can) + this.expressSheet(res.synthesis_diff_price_id, res.order_type, res.can,this.price) }).catch(err => { this.payStatus = false uni.showToast({ @@ -249,6 +249,7 @@ // 选择支付方式 expressSheet(id, type, can, price) { + console.log(price) this.orderId = id this.orderType = type this.orderPrice = price diff --git a/pages/synthesis/feePay.vue b/pages/synthesis/feePay.vue index d5b63c9..fe40f51 100644 --- a/pages/synthesis/feePay.vue +++ b/pages/synthesis/feePay.vue @@ -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: { // 选择支付方式