From 328149f7a879389481e635b1d703fdbefebf149b Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Fri, 24 Apr 2020 17:01:16 +0800 Subject: [PATCH] 不是我的车牌跳转 --- img/by.png | Bin 0 -> 14913 bytes img/exchange.png | Bin 0 -> 1001 bytes out.html | 36 ++++++++++++++++++------------------ 3 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 img/by.png create mode 100644 img/exchange.png diff --git a/img/by.png b/img/by.png new file mode 100644 index 0000000..a188f07 Binary files /dev/null and b/img/by.png differ diff --git a/img/exchange.png b/img/exchange.png new file mode 100644 index 0000000..0dfeeee Binary files /dev/null and b/img/exchange.png differ diff --git a/out.html b/out.html index bee32cb..36dbb90 100644 --- a/out.html +++ b/out.html @@ -216,24 +216,24 @@ function init() { function btnOkClick() { window.location.href = "listnew.html?carNumber=" + getCarNumber(); - //var phoneNum = document.getElementById("inputPhoneNum").value.replace(/\s*/g, "");//去除空格 - if (queryParams == null) { - var str = "没有接收到请求参数"; alertMsg(str); console.log(str); return; - } - $btnObj.style.display = "none"; - $btnLoad.style.display = "block"; - var params = queryParams || {}; - //获取当前选中手机号或车牌号 - params.carNumber = getCarNumber();//手机号 - if (params.carNumber == "") { - $btnObj.style.display = "block"; $btnLoad.style.display = "none"; - return; - } - params.terminalSource = "7";//1:任你听 3:微信公共号 4:云平台 7:H5 - params.payType = IsWeixinOrAlipay()//4:微信 1:支付宝 - //var tmpParams = Object.assign(params, window.webAppH5.comParams, window.webAppH5.appOut); - var tmpParams = Object.assign(params, window.webAppH5.comParams); - getRequest(webAppRoot + window.webAppH5.comServer, tmpParams, "okClick"); +// //var phoneNum = document.getElementById("inputPhoneNum").value.replace(/\s*/g, "");//去除空格 +// if (queryParams == null) { +// var str = "没有接收到请求参数"; alertMsg(str); console.log(str); return; +// } +// $btnObj.style.display = "none"; +// $btnLoad.style.display = "block"; +// var params = queryParams || {}; +// //获取当前选中手机号或车牌号 +// params.carNumber = getCarNumber();//手机号 +// if (params.carNumber == "") { +// $btnObj.style.display = "block"; $btnLoad.style.display = "none"; +// return; +// } +// params.terminalSource = "7";//1:任你听 3:微信公共号 4:云平台 7:H5 +// params.payType = IsWeixinOrAlipay()//4:微信 1:支付宝 +// //var tmpParams = Object.assign(params, window.webAppH5.comParams, window.webAppH5.appOut); +// var tmpParams = Object.assign(params, window.webAppH5.comParams); +// getRequest(webAppRoot + window.webAppH5.comServer, tmpParams, "okClick"); } //读取订单数据 -- libgit2 0.21.4