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 => {