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
b63f86d66b149d20bdec3fef44ad34b012729791
Authored by
chenbiao
2022-08-17 09:19:05 +0800
1 parent
135029cd
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 @
b63f86d
...
...
@@ -126,7 +126,7 @@
126
126
payType: '35',
127
127
paySrcType: '101',
128
128
orderId: that.orderId,
129
- payFee:
(orderFee * 100).toString()
,
129
+ payFee:
orderFee
,
130
130
}
131
131
// 获取 接口
132
132
that.$myRequest({
...
...