e8db9094
liuqimichale
欠费列表
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>列表详情</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="format-detection" content="email=no"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-title" content="">
<meta name="google" value="notranslate"><!-- 禁止Chrome 浏览器中自动提示翻译 -->
<link rel="apple-touch-icon-precomposed" href="favicon.ico">
<link rel="shortcut icon" href="favicon.ico">
<link rel="Bookmark" href="favicon.ico">
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link rel="stylesheet" href="//cdn.bootcss.com/weui/1.1.1/style/weui.min.css">
<link rel="stylesheet" href="//cdn.bootcss.com/jquery-weui/1.0.1/css/jquery-weui.min.css">
<link rel="stylesheet" href="css/reset.css">
|
a2551e05
liuqimichale
赤峰广告
|
24
25
26
27
28
|
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/Swiper/5.4.5/css/swiper.css">
<!-- <link rel="stylesheet" href="https://unpkg.com/swiper/css/swiper.min.css"> -->
<script src="https://cdn.bootcdn.net/ajax/libs/Swiper/5.4.5/js/swiper.js"></script>
|
e8db9094
liuqimichale
欠费列表
|
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
<style>
.all_told, .platen_number {
text-align: center;
}
.all_told {
padding: 30px 0 10px 0;
}
.all_told span {
margin-right: 5px;
font-size: 22px;
}
.discount_money {
color: #fc3817;
}
.discount {
padding: 4px 7px;
background: #fc3817;
border-radius: 2px;
position: relative;
margin-left: 10px;
color: #fff;
}
.discount:before {
position: absolute;
content: '';
width: 0;
height: 0;
left: -6px;
top: 8px;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 6px solid #fc3817;
}
.youhuid{
background: #f00;
color: #fff;
font-size: 13px;
padding:2px 5px;
border-radius: 3px;
margin-left: 2px;
display: none;
}
.showTooltips{
display: none;
/*针对苹果新增手势*/
cursor: pointer;
}
.weui-cells{
/*针对苹果新增手势*/
cursor: pointer;
}
.dialog-out{
position: absolute;
width: 100%;
height: 100%;
top:0;
right: 0;
left: 0;
bottom: 0;
z-index: 1000;
background: rgba(0,0,0,.3);
display: none;
}
.dia-con{
width: 305px;
height: 138px;
padding: 10px ;
background:rgba(255,255,255,1);
border-radius:8px;
position: absolute;
left: 50%;
top:50%;
transform: translate(-50%,-50%);
}
.close-btn{
float: right;
width: 16px;
height: 16px;
background: url("img/close.png") no-repeat;
background-size: 100% 100%;
cursor: pointer;
overflow: hidden;
}
.dia-main{
margin-left: 30px;
margin-top: 30px;
height: 52px;
padding-left: 90px;
background: url("img/out.png") no-repeat;
background-size: 52px 52px;
}
.dia-text{
padding-top: 20px;
text-align: center;
font-size: 12px;
color: #999;
}
.arrears-btn{
width: 70px;
height: 25px;
margin-top: 20px;
color: #FFF;
font-size: 12px;
text-align: center;
line-height: 25px;
background: url("img/arrears-bg.png") no-repeat;
background-size:70px 25px ;
}
|
0e3e535a
liuqimichale
list 车牌号确定
|
137
138
139
140
141
142
|
.strTip{
width: 100%;
height: 100%;
text-align: center;
font-size: 20px;
|
a2551e05
liuqimichale
赤峰广告
|
143
|
background: rgba(9,9,9,.5);
|
0e3e535a
liuqimichale
list 车牌号确定
|
144
145
146
147
148
|
position: fixed;
top:0;
left: 0;
}
.strWrap{
|
a2551e05
liuqimichale
赤峰广告
|
149
150
151
152
153
|
margin: 20px auto 0;
width: 330px;
height: 431px;
background: #FFFFFF;
border-radius: 8px;
|
0e3e535a
liuqimichale
list 车牌号确定
|
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
|
}
.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;
}
|
a2551e05
liuqimichale
赤峰广告
|
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
|
/*.outBtn{*/
/*background: #509f93;*/
/*}*/
.tipTitle{
/*background: url("img/tipTitle.png") no-repeat 0 center;*/
margin-top: 20px;
font-size: 14px;
text-align: center;
font-weight: 500;
color: #333333;
line-height: 20px;
}
.carNum{
width: 270px;
height: 80px;
margin: 20px auto;
font-size: 24px;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: #FFFFFF;
text-align: center;
line-height: 80px;
background: url("img/carNum.png") no-repeat;
}
.carNumYellow{
background: url("img/carNumYellow.png") no-repeat;
}
.toPay{
width: 270px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0 auto;
font-size: 16px;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: #333333;
background: url("img/topay.png") no-repeat;
cursor: pointer;
}
.toSelect{
width: 270px;
margin: 20px auto 0;
text-align: right;
font-size: 12px;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: #333333;
cursor: pointer;
}
.swiper-container {
width: 100%;
height: 165px;
|
0e3e535a
liuqimichale
list 车牌号确定
|
239
240
|
}
|
e8db9094
liuqimichale
欠费列表
|
241
242
243
|
</style>
</head>
<body ontouchstart="">
|
a2551e05
liuqimichale
赤峰广告
|
244
|
<div id="tip-title" class="weui-cells__title" style="color: #f00;text-align: center"></div>
|
e8db9094
liuqimichale
欠费列表
|
245
246
247
|
<div id="pay_listcont">
</div>
|
0408eccf
liuqimichale
update .gitignore
|
248
249
|
|
e8db9094
liuqimichale
欠费列表
|
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
|
<div class="pay-content-padded">
<a class="weui-btn weui-btn_primary showTooltips" href="javascript:" id="showTooltips" v-cloak="showTooltips">申请离场</a>
</div>
<div class="dialog-out">
<div class="dia-con">
<div class="close-btn"></div>
<div class="layui-clear"></div>
<div class="dia-main">
<p>您已经成功申请离场</p>
<p>期待您的再次光临</p>
</div>
<div class="dia-text">温馨提示:请尽快出场,超过时间将重新计费哦!</div>
</div>
</div>
|
0e3e535a
liuqimichale
list 车牌号确定
|
266
267
|
<div class="strTip" id="strTip">
<div class="strWrap">
|
a2551e05
liuqimichale
赤峰广告
|
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
|
<div class="swiper-container">
<div class="swiper-wrapper" id="swiper-wrapper">
<!--<div class="swiper-slide">-->
<!---->
<!--</div>-->
<!--<div class="swiper-slide">Slide 2</div>-->
<!--<div class="swiper-slide">Slide 3</div>-->
</div>
<!-- 如果需要分页器 -->
<div class="swiper-pagination"></div>
<!--<!– 如果需要导航按钮 –>-->
<!--<div class="swiper-button-prev"></div>-->
<!--<div class="swiper-button-next"></div>-->
<!--<!– 如果需要滚动条 –>-->
<!--<div class="swiper-scrollbar"></div>-->
</div>
<div class="tipTitle">
<img src="img/tipTitle.png" alt="" style="vertical-align: bottom;margin-right: 10px"> 请确认您当前缴费车牌号
</div>
<div class="carNum">
<!--蒙D T839E-->
</div>
<div class="toPay hiddenBtn">
是我的车,去支付
</div>
<div class="toSelect outBtn">
不是我的车,手动输入
</div>
|
0e3e535a
liuqimichale
list 车牌号确定
|
301
302
303
|
</div>
</div>
|
e8db9094
liuqimichale
欠费列表
|
304
305
306
307
308
309
310
311
312
|
<script src="js/jquery-3.2.1.min.js"></script>
<script src="//cdn.bootcss.com/jquery/1.11.0/jquery.min.js"></script>
<script src="//cdn.bootcss.com/jquery-weui/1.0.1/js/jquery-weui.min.js"></script>
<script src="js/md5.min.js"></script>
|
fb4f6f2a
liuqimichale
赤峰广告 跳转
|
313
|
<script src="js/url.js?u=2.11"></script>
|
e8db9094
liuqimichale
欠费列表
|
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
|
<script src="js/ajax.js"></script>
<script type="text/javascript">
//微信浏览器中,aler弹框不显示域名
(function(){
//先判断是否为微信浏览器
var ua = window.navigator.userAgent.toLowerCase();
if (ua.match(/MicroMessenger/i) == 'micromessenger') {
//重写alert方法,alert()方法重写,不能传多余参数
window.alert = function(name){
var iframe = document.createElement("IFRAME");
iframe.style.display="none";
iframe.setAttribute("src", 'data:text/plain');
document.documentElement.appendChild(iframe);
window.frames[0].window.alert(name);
iframe.parentNode.removeChild(iframe);
}
}
})();
|
a2551e05
liuqimichale
赤峰广告
|
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
|
activityQuery()
function activityQuery() {
// mUrl.activity = cepath + '/activity/queryActivityListByOrgId'
var salt = jsajax.salt(32);
var jsondata = {
app_id: '0eca8f5373ca4866aec2f8e9d9367104',
deviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E',
salt: salt,
sign_type: 'md5',
sign: '1',
orgId: '10003',
jumpType: '7'
//token:token
};
jsondata = JSON.stringify(jsondata);
jsajax.defaultReq(
// 'http://39.98.58.92:8090/activity/queryActivityListByOrgId',
mUrl.queryActivityListByJumpType,
jsondata,
function (data) {
console.log(data.data);
var res = data.data
$.each(res, function (i, item) {
console.log(item.url)
|
fb4f6f2a
liuqimichale
赤峰广告 跳转
|
359
|
$('#swiper-wrapper').append('<div data-url=' + item.jumpUrl + ' class="swiper-slide" style="background: url(' + item.url + ') no-repeat;background-size: 100% 100%"></div>')
|
a2551e05
liuqimichale
赤峰广告
|
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
|
})
var mySwiper = new Swiper('.swiper-container', {
loop: true, // 循环模式选项
autoplay: true,//可选选项,自动滑动
// 如果需要分页器
pagination: {
el: '.swiper-pagination',
},
})
}
);
}
|
fb4f6f2a
liuqimichale
赤峰广告 跳转
|
376
377
378
379
|
$(document).delegate('.swiper-slide','click',function () {
var _url = $(this).attr('data-url')
window.open(_url)
})
|
e8db9094
liuqimichale
欠费列表
|
380
|
</script>
|
abaeb33e
liuqimichale
现在线上代码
|
381
|
<script src="js/list.js?h=11141.31"></script>
|
e8db9094
liuqimichale
欠费列表
|
382
383
|
</body>
</html>
|