From c2d7083757c1c4a54b0980bb9f85c718be2c9076 Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Fri, 26 May 2023 11:24:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A7=94=E6=89=98=E5=8D=95=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=20price=EF=BC=8C=E9=A6=96=E9=A1=B5=E6=A1=88=E4=BB=B6=E5=A7=94?= =?UTF-8?q?=E6=89=98=E6=8E=A5=E6=94=B6=E5=8F=82=E6=95=B0=20id=20=E5=92=8Co?= =?UTF-8?q?rder=20orderId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/synthesis/entrustOrder.vue | 3 ++- pages/synthesis/feePay.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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: { // 选择支付方式