Commit 399d88c750c922920400f08fa7c1c9c2a29ee5a4
1 parent
db0eb331
农行支付---立即支付
Showing
4 changed files
with
3 additions
and
4 deletions
dist 4.zip deleted
No preview for this file type
src/components/dynCodePay.vue
src/components/orderPay.vue
src/components/pay.vue
1 | 1 | <template> |
2 | 2 | <div> |
3 | 3 | <div class="car-wrap"> |
4 | - <div class="carBG" :class="carWrapBG | formateColor"> | |
4 | + <div class="carBG carBlue" > | |
5 | 5 | <p class="carNumber">{{carNumber}}</p> |
6 | 6 | <p class="payFee">{{(orderFee/100).toFixed(2)}}元</p> |
7 | 7 | </div> |
... | ... | @@ -170,7 +170,7 @@ export default { |
170 | 170 | }) |
171 | 171 | } |
172 | 172 | |
173 | - if (this.clientBrowser == '农行') { // 农行支付 | |
173 | + if (this.clientBrowser == '立即') { // 农行支付 | |
174 | 174 | var bankabcParams = {}; |
175 | 175 | bankabcParams.orderId = this.orderId; |
176 | 176 | bankabcParams.carNumber = this.carNumber; | ... | ... |