Commit 81cc6ca21871e54b93402bc46e342fd1e5dac529
1 parent
d17cb438
签名
Showing
1 changed file
with
1 additions
and
0 deletions
js/list.js
| ... | ... | @@ -395,6 +395,7 @@ function getOneorder(carNumber,parkCode,orderId){ |
| 395 | 395 | +'&orderFee='+datas.orderFee |
| 396 | 396 | +'&appOrderTimeout='+datas.appOrderTimeout |
| 397 | 397 | +'&appId='+datas.appId |
| 398 | + +'&orderId='+datas.orderId | |
| 398 | 399 | +"&"; |
| 399 | 400 | console.log(src) |
| 400 | 401 | window.location.assign(encodeURI(src)) | ... | ... |