From cb03c271934aebf8b2b5d4d0c66294e8a14e820e Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Fri, 26 May 2023 11:48:06 +0800 Subject: [PATCH] ... --- pages/synthesis/feePay.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/synthesis/feePay.vue b/pages/synthesis/feePay.vue index fe40f51..a47f79f 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: { // 选择支付方式 @@ -353,7 +353,7 @@ // 获取微信授权信息-获取oppid authFollow({ // url: 'https://web.douhuofalv.com/webWechat/index?id=' + this.$Route.query.id + '&style=' + this.$Route.query.style + '&price=' + this.$Route.query.price - url: 'https://web.douhuotest.douhuofalv.com/webWechat/index?id=' + this.$Route.query.id + '&style=' + this.$Route.query.style + '&price=' + this.$Route.query.price + url: 'https://web.douhuotest.douhuofalv.com/webWechat/index?id=' + this.orderId + '&style=' + this.$Route.query.style + '&price=' + this.$Route.query.price }).then(res => { window.location.href = res }).catch(err => {