BJ_web_developers
/
jy_parkingOS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
38abc23f2caf204f3cfff585805fe05a2250c904
Authored by
chenbiao
2022-08-16 17:57:06 +0800
1 parent
a12e0302
add 8月需求
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/parkPay/parkPay.vue
pages/parkPay/parkPay.vue
View file @
38abc23
...
...
@@ -126,7 +126,7 @@
126
126
payType: '35',
127
127
paySrcType: '101',
128
128
orderId: that.orderId,
129
- payFee: (
rechargeNum
* 100).toString(),
129
+ payFee: (
payFee
* 100).toString(),
130
130
}
131
131
// 获取 接口
132
132
that.$myRequest({
...
...