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
})
-
-
+
+
},
}
}