diff --git a/js/list.js b/js/list.js index dd65519..e0b2df2 100644 --- a/js/list.js +++ b/js/list.js @@ -238,7 +238,7 @@ $(document).on('click','.weui-cells',function () { localStorage.setItem('paySrcType',paySrcType) localStorage.setItem('parkCode',parkCode) - getOneorder(carNumber,parkCode,orderId) + getOneorder(carNumber,parkCode,orderId,paySrcType) } @@ -318,7 +318,8 @@ $('.close-btn').on('click',function () { //查询单个待支付单费用 -function getOneorder(carNumber,parkCode,orderId){ +function getOneorder(carNumber,parkCode,orderId,_paySrcType){ + //alert(_paySrcType) // var salt = jsajax.salt(32); // var token = mUrl.GetToken(); @@ -335,7 +336,7 @@ function getOneorder(carNumber,parkCode,orderId){ sign_type : "md5", token : token, - + paySrcType:_paySrcType, appId:jsajax.appID, orderId:orderId, terminalSource:'3', @@ -398,7 +399,7 @@ function getOneorder(carNumber,parkCode,orderId){ +'&orderId='+datas.orderId +"&"; console.log(src) - window.location.assign(encodeURI(src)) + //window.location.assign(encodeURI(src)) },100); } }