Commit d17cb4380e054aa297fb71840c38c282ad059403

Authored by liuqimichale
1 parent 67d85030

签名

Showing 2 changed files with 3 additions and 1 deletions
js/list.js
... ... @@ -288,7 +288,7 @@ $(document).on('click','.out-btn',function () {
288 288 //appId:jsajax.appID,
289 289 orderId: _orderId,
290 290 payOrderType: '101',
291   - terminalSource: '1',
  291 + terminalSource: '3',
292 292 //parkCode:parkCode,
293 293 // carNumber:carNumber,
294 294  
... ... @@ -394,6 +394,7 @@ function getOneorder(carNumber,parkCode,orderId){
394 394 +'&parkOutTime='+datas.outtime
395 395 +'&orderFee='+datas.orderFee
396 396 +'&appOrderTimeout='+datas.appOrderTimeout
  397 + +'&appId='+datas.appId
397 398 +"&";
398 399 console.log(src)
399 400 window.location.assign(encodeURI(src))
... ...
js/pay.js
... ... @@ -8,6 +8,7 @@ var $btnObj = null;
8 8 var $btnLoad = null;
9 9 var flag = 0;
10 10 var appWxID = getQueryString(window.location).appId;
  11 +var appWxID = 'wx945eccc8163fd75b'
11 12 var webAppCode = null;//如果是微信,先获取微信code
12 13 //var $btnLoad = document.getElementById("loading");
13 14 window.onload = function () {
... ...