diff --git a/css/home.css b/css/home.css
index d600f3b..63307f3 100644
--- a/css/home.css
+++ b/css/home.css
@@ -246,53 +246,3 @@ body {
left: 0;
display: none;
}
-
-.strTip{
- width: 100%;
- height: 100%;
- text-align: center;
- font-size: 20px;
- background: rgba(0,0,0,.7);
- position: fixed;
- top:0;
- left: 0;
-}
-.strWrap{
- width: 80%;
- background: #fff;
- border-radius: 4px;
- margin: 50px auto 0;
- padding: 0 10px 15px;
-}
-.strCon{
- text-align: center;
- font-size: 20px;
- color: #333;
- text-align: center;
-}
-.header-title{
- padding: 15px 0;
- font-size: 14px;
- font-weight: 600;
- border-bottom:1px solid #ccc ;
- color: #333;
-}
-.payCarNum{
- font-size: 16px;
- color: #D40202;
-}
-.btn{
- color: #fff;
- font-size: 20px;
-
- height: 40px;
- line-height: 40px;
- border-radius: 8px;
- cursor: pointer;
-}
-.hiddenBtn{
- background: #79cbbf;
-}
-.outBtn{
- background: #509f93;
-}
diff --git a/home.html b/home.html
index 4089531..df439ae 100644
--- a/home.html
+++ b/home.html
@@ -79,15 +79,7 @@
支付成功,请立即离场
-
-
-
-
请确认您当前缴费的车牌号码
-
-
是我的车,去支付
-
不是我的车,手动输入车牌号
-
-
+
diff --git a/js/list.js b/js/list.js
index d88f9ed..b3df071 100644
--- a/js/list.js
+++ b/js/list.js
@@ -25,7 +25,7 @@ var func ={
var _carNumber = getQueryString(window.location).carNumber
console.log(_carNumber)
-
+$('#payCarNum').text(_carNumber)
/**
* @param {} second
@@ -442,3 +442,13 @@ function getMd5sign()
}
+
+$('.outBtn').on('click',function () {
+ window.location.href = 'http://wxgzh.renniting.cn/wechatwuxi/Chifeng/Threewf/stoppayment/select.html'
+
+})
+$('.hiddenBtn').on('click',function () {
+ $('#strTip').hide()
+})
+
+
diff --git a/js/pay.js b/js/pay.js
index cb49708..504d1af 100644
--- a/js/pay.js
+++ b/js/pay.js
@@ -34,10 +34,10 @@ window.onload = function () {
webAppParams = getQueryString(window.location);
if (webAppParams != null) {
console.log(webAppParams.carNumber)
- $('#payCarNum').text(webAppParams.carNumber)
+
//设置UI参数
- //webAppClass.setUI(webAppParams);
+ webAppClass.setUI(webAppParams);
} else {
alertMsg("暂无订单信息");
}
@@ -673,10 +673,3 @@ var webAppClass = {
}
-$('.outBtn').on('click',function () {
- window.location.href = 'http://wxgzh.renniting.cn/wechatwuxi/Chifeng/Threewf/stoppayment/select.html'
-
-})
-$('.hiddenBtn').on('click',function () {
- $('#strTip').hide()
-})
diff --git a/list.html b/list.html
index 1effdc0..2e2f3b5 100644
--- a/list.html
+++ b/list.html
@@ -129,6 +129,57 @@
background: url("img/arrears-bg.png") no-repeat;
background-size:70px 25px ;
}
+
+ .strTip{
+ width: 100%;
+ height: 100%;
+ text-align: center;
+ font-size: 20px;
+ background: rgba(0,0,0,.7);
+ position: fixed;
+ top:0;
+ left: 0;
+ }
+ .strWrap{
+ width: 80%;
+ background: #fff;
+ border-radius: 4px;
+ margin: 50px auto 0;
+ padding: 0 10px 15px;
+ }
+ .strCon{
+ text-align: center;
+ font-size: 20px;
+ color: #333;
+ text-align: center;
+ }
+ .header-title{
+ padding: 15px 0;
+ font-size: 14px;
+ font-weight: 600;
+ border-bottom:1px solid #ccc ;
+ color: #333;
+ }
+ .payCarNum{
+ font-size: 16px;
+ color: #D40202;
+ }
+ .btn{
+ color: #fff;
+ font-size: 20px;
+
+ height: 40px;
+ line-height: 40px;
+ border-radius: 8px;
+ cursor: pointer;
+ }
+ .hiddenBtn{
+ background: #79cbbf;
+ }
+ .outBtn{
+ background: #509f93;
+ }
+
@@ -154,6 +205,16 @@
+
+
+
+
请确认您当前缴费的车牌号码
+
+
是我的车,去支付
+
不是我的车,手动输入车牌号
+
+
+
@@ -183,6 +244,6 @@
}
})();
-
+