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