Commit ba028b47705b8d36aaf7c5d98dcf08d9e4b3ab68
Merge branch 'branch' of http://gitlab1.renniting.cn/web_developers/jy_parkingOS into branch
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({ |