Commit 328149f7a879389481e635b1d703fdbefebf149b

Authored by liuqimichale
1 parent 0a2d5088

不是我的车牌跳转

img/by.png 0 → 100644

14.6 KB

img/exchange.png 0 → 100644

1001 Bytes

out.html
@@ -216,24 +216,24 @@ function init() { @@ -216,24 +216,24 @@ function init() {
216 function btnOkClick() { 216 function btnOkClick() {
217 window.location.href = "listnew.html?carNumber=" + getCarNumber(); 217 window.location.href = "listnew.html?carNumber=" + getCarNumber();
218 218
219 - //var phoneNum = document.getElementById("inputPhoneNum").value.replace(/\s*/g, "");//去除空格  
220 - if (queryParams == null) {  
221 - var str = "没有接收到请求参数"; alertMsg(str); console.log(str); return;  
222 - }  
223 - $btnObj.style.display = "none";  
224 - $btnLoad.style.display = "block";  
225 - var params = queryParams || {};  
226 - //获取当前选中手机号或车牌号  
227 - params.carNumber = getCarNumber();//手机号  
228 - if (params.carNumber == "") {  
229 - $btnObj.style.display = "block"; $btnLoad.style.display = "none";  
230 - return;  
231 - }  
232 - params.terminalSource = "7";//1:任你听 3:微信公共号 4:云平台 7:H5  
233 - params.payType = IsWeixinOrAlipay()//4:微信 1:支付宝  
234 - //var tmpParams = Object.assign(params, window.webAppH5.comParams, window.webAppH5.appOut);  
235 - var tmpParams = Object.assign(params, window.webAppH5.comParams);  
236 - getRequest(webAppRoot + window.webAppH5.comServer, tmpParams, "okClick"); 219 +// //var phoneNum = document.getElementById("inputPhoneNum").value.replace(/\s*/g, "");//去除空格
  220 +// if (queryParams == null) {
  221 +// var str = "没有接收到请求参数"; alertMsg(str); console.log(str); return;
  222 +// }
  223 +// $btnObj.style.display = "none";
  224 +// $btnLoad.style.display = "block";
  225 +// var params = queryParams || {};
  226 +// //获取当前选中手机号或车牌号
  227 +// params.carNumber = getCarNumber();//手机号
  228 +// if (params.carNumber == "") {
  229 +// $btnObj.style.display = "block"; $btnLoad.style.display = "none";
  230 +// return;
  231 +// }
  232 +// params.terminalSource = "7";//1:任你听 3:微信公共号 4:云平台 7:H5
  233 +// params.payType = IsWeixinOrAlipay()//4:微信 1:支付宝
  234 +// //var tmpParams = Object.assign(params, window.webAppH5.comParams, window.webAppH5.appOut);
  235 +// var tmpParams = Object.assign(params, window.webAppH5.comParams);
  236 +// getRequest(webAppRoot + window.webAppH5.comServer, tmpParams, "okClick");
237 } 237 }
238 238
239 //读取订单数据 239 //读取订单数据