From 9d693018c1e03858e0899207ea2887913b69e887 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Mon, 6 Jun 2022 16:55:19 +0800 Subject: [PATCH] 卡券购买下单 --- pages/parkPay/parkPay.vue | 6 +++--- pages/rechargeDetail/outDetail.vue | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/parkPay/parkPay.vue b/pages/parkPay/parkPay.vue index 8f609ec..15d54c8 100644 --- a/pages/parkPay/parkPay.vue +++ b/pages/parkPay/parkPay.vue @@ -51,8 +51,8 @@ - - + + 商户余额 @@ -153,7 +153,7 @@ that.parkInTime = data.parkInTime; that.staytime = data.parkDuration; that.due = data.totalFee; - that.orderFee = data.payFee; + that.orderFee = data.unPayFee; that.orderId = data.orderId; }) diff --git a/pages/rechargeDetail/outDetail.vue b/pages/rechargeDetail/outDetail.vue index d2f6ce8..0af9502 100644 --- a/pages/rechargeDetail/outDetail.vue +++ b/pages/rechargeDetail/outDetail.vue @@ -95,7 +95,7 @@ console.log(option) this.changeFeeDetail = option.changeFeeDetail this.orderId = option.orderId - this.typeName = option.typeName + this.typeName = option.typeName this.payTime = option.opTime if (option.typeName == "购买卡券") { this.cardIsShow = true; @@ -103,8 +103,8 @@ }else{ this.cardIsShow = false; } - - + + }, onShow() { @@ -164,7 +164,7 @@ let paramsData = { orderId: that.orderId } - + that.$myRequest({ url: that.$common.couponInfo, method: 'POST', @@ -175,8 +175,8 @@ that.cardRuleName = res.data.cardRuleName that.cardNum = res.data.buyNum }) - - + + }, } } -- libgit2 0.21.4