Commit 9d693018c1e03858e0899207ea2887913b69e887
1 parent
aae61a93
卡券购买下单
Showing
2 changed files
with
9 additions
and
9 deletions
pages/parkPay/parkPay.vue
@@ -51,8 +51,8 @@ | @@ -51,8 +51,8 @@ | ||
51 | <view class="order-line"></view> | 51 | <view class="order-line"></view> |
52 | 52 | ||
53 | <view class="orderwaysview"> | 53 | <view class="orderwaysview"> |
54 | - <image src="../../static/orderInfo/orderinfo-wechat.png" class="orderways"></image> | ||
55 | - <view class="order-info" style="margin-left: 8px;"> | 54 | + <!--<image src="../../static/orderInfo/orderinfo-wechat.png" class="orderways"></image>--> |
55 | + <view class="order-info" style="margin-left: 15px;"> | ||
56 | 商户余额 | 56 | 商户余额 |
57 | </view> | 57 | </view> |
58 | <image src="../../static/orderInfo/orderinfo-sel.png" class="orderwaysSel"></image> | 58 | <image src="../../static/orderInfo/orderinfo-sel.png" class="orderwaysSel"></image> |
@@ -153,7 +153,7 @@ | @@ -153,7 +153,7 @@ | ||
153 | that.parkInTime = data.parkInTime; | 153 | that.parkInTime = data.parkInTime; |
154 | that.staytime = data.parkDuration; | 154 | that.staytime = data.parkDuration; |
155 | that.due = data.totalFee; | 155 | that.due = data.totalFee; |
156 | - that.orderFee = data.payFee; | 156 | + that.orderFee = data.unPayFee; |
157 | that.orderId = data.orderId; | 157 | that.orderId = data.orderId; |
158 | 158 | ||
159 | }) | 159 | }) |
pages/rechargeDetail/outDetail.vue
@@ -95,7 +95,7 @@ | @@ -95,7 +95,7 @@ | ||
95 | console.log(option) | 95 | console.log(option) |
96 | this.changeFeeDetail = option.changeFeeDetail | 96 | this.changeFeeDetail = option.changeFeeDetail |
97 | this.orderId = option.orderId | 97 | this.orderId = option.orderId |
98 | - this.typeName = option.typeName | 98 | + this.typeName = option.typeName |
99 | this.payTime = option.opTime | 99 | this.payTime = option.opTime |
100 | if (option.typeName == "购买卡券") { | 100 | if (option.typeName == "购买卡券") { |
101 | this.cardIsShow = true; | 101 | this.cardIsShow = true; |
@@ -103,8 +103,8 @@ | @@ -103,8 +103,8 @@ | ||
103 | }else{ | 103 | }else{ |
104 | this.cardIsShow = false; | 104 | this.cardIsShow = false; |
105 | } | 105 | } |
106 | - | ||
107 | - | 106 | + |
107 | + | ||
108 | 108 | ||
109 | }, | 109 | }, |
110 | onShow() { | 110 | onShow() { |
@@ -164,7 +164,7 @@ | @@ -164,7 +164,7 @@ | ||
164 | let paramsData = { | 164 | let paramsData = { |
165 | orderId: that.orderId | 165 | orderId: that.orderId |
166 | } | 166 | } |
167 | - | 167 | + |
168 | that.$myRequest({ | 168 | that.$myRequest({ |
169 | url: that.$common.couponInfo, | 169 | url: that.$common.couponInfo, |
170 | method: 'POST', | 170 | method: 'POST', |
@@ -175,8 +175,8 @@ | @@ -175,8 +175,8 @@ | ||
175 | that.cardRuleName = res.data.cardRuleName | 175 | that.cardRuleName = res.data.cardRuleName |
176 | that.cardNum = res.data.buyNum | 176 | that.cardNum = res.data.buyNum |
177 | }) | 177 | }) |
178 | - | ||
179 | - | 178 | + |
179 | + | ||
180 | }, | 180 | }, |
181 | } | 181 | } |
182 | } | 182 | } |