Commit 42775c3d6fddec8446baa33e12d16c2d632b4c86
1 parent
adab27e8
类型
Showing
1 changed file
with
5 additions
and
4 deletions
js/list.js
| @@ -238,7 +238,7 @@ $(document).on('click','.weui-cells',function () { | @@ -238,7 +238,7 @@ $(document).on('click','.weui-cells',function () { | ||
| 238 | localStorage.setItem('paySrcType',paySrcType) | 238 | localStorage.setItem('paySrcType',paySrcType) |
| 239 | localStorage.setItem('parkCode',parkCode) | 239 | localStorage.setItem('parkCode',parkCode) |
| 240 | 240 | ||
| 241 | - getOneorder(carNumber,parkCode,orderId) | 241 | + getOneorder(carNumber,parkCode,orderId,paySrcType) |
| 242 | } | 242 | } |
| 243 | 243 | ||
| 244 | 244 | ||
| @@ -318,7 +318,8 @@ $('.close-btn').on('click',function () { | @@ -318,7 +318,8 @@ $('.close-btn').on('click',function () { | ||
| 318 | 318 | ||
| 319 | 319 | ||
| 320 | //查询单个待支付单费用 | 320 | //查询单个待支付单费用 |
| 321 | -function getOneorder(carNumber,parkCode,orderId){ | 321 | +function getOneorder(carNumber,parkCode,orderId,_paySrcType){ |
| 322 | + //alert(_paySrcType) | ||
| 322 | // var salt = jsajax.salt(32); | 323 | // var salt = jsajax.salt(32); |
| 323 | // var token = mUrl.GetToken(); | 324 | // var token = mUrl.GetToken(); |
| 324 | 325 | ||
| @@ -335,7 +336,7 @@ function getOneorder(carNumber,parkCode,orderId){ | @@ -335,7 +336,7 @@ function getOneorder(carNumber,parkCode,orderId){ | ||
| 335 | sign_type : "md5", | 336 | sign_type : "md5", |
| 336 | token : token, | 337 | token : token, |
| 337 | 338 | ||
| 338 | - | 339 | + paySrcType:_paySrcType, |
| 339 | appId:jsajax.appID, | 340 | appId:jsajax.appID, |
| 340 | orderId:orderId, | 341 | orderId:orderId, |
| 341 | terminalSource:'3', | 342 | terminalSource:'3', |
| @@ -398,7 +399,7 @@ function getOneorder(carNumber,parkCode,orderId){ | @@ -398,7 +399,7 @@ function getOneorder(carNumber,parkCode,orderId){ | ||
| 398 | +'&orderId='+datas.orderId | 399 | +'&orderId='+datas.orderId |
| 399 | +"&"; | 400 | +"&"; |
| 400 | console.log(src) | 401 | console.log(src) |
| 401 | - window.location.assign(encodeURI(src)) | 402 | + //window.location.assign(encodeURI(src)) |
| 402 | },100); | 403 | },100); |
| 403 | } | 404 | } |
| 404 | } | 405 | } |