Commit 38abc23f2caf204f3cfff585805fe05a2250c904

Authored by chenbiao
1 parent a12e0302

add 8月需求

Showing 1 changed file with 1 additions and 1 deletions
pages/parkPay/parkPay.vue
@@ -126,7 +126,7 @@ @@ -126,7 +126,7 @@
126 payType: '35', 126 payType: '35',
127 paySrcType: '101', 127 paySrcType: '101',
128 orderId: that.orderId, 128 orderId: that.orderId,
129 - payFee: (rechargeNum * 100).toString(), 129 + payFee: (payFee * 100).toString(),
130 } 130 }
131 // 获取 接口 131 // 获取 接口
132 that.$myRequest({ 132 that.$myRequest({