Commit b1a631c6663f0412f89a93dce690a021e0dd1976

Authored by liuqimichale
1 parent 2e67fba1

30分钟内免费直接离场,无需缴费

img/iPhone.png 0 → 100644

606 Bytes

js/list.js
... ... @@ -70,6 +70,7 @@ jsajax.defaultReq(
70 70 $('#tip-title').text('您的停车费用为0元,无需缴费,谢谢!')
71 71 return
72 72 }
  73 + $('#no-money-tip').show()
73 74 var htmls = '';
74 75 for (var i = 0; i < data.length; i++) {
75 76 var orderFreeDuration = Number((data[i].orderFreeDuration))
... ...
listnew.html
... ... @@ -200,11 +200,23 @@
200 200 .outBtn {
201 201 background: #509f93;
202 202 }
  203 + .no-money-tip{
  204 + display: none;
  205 + height: 34px;
  206 + line-height: 34px;
  207 + padding-left: 45px;
  208 + color: #000;
  209 + background: #FEF8D9 url("img/iPhone.png") no-repeat 15px center;
  210 + }
203 211  
204 212 </style>
205 213 </head>
206 214 <body ontouchstart="">
207 215 <div id="tip-title" class="weui-cells__title" style="color: #f00;text-align: center"></div>
  216 +
  217 +<div id="no-money-tip" class="weui-cells__title no-money-tip" style="">
  218 + 30分钟内免费直接离场,无需缴费
  219 +</div>
208 220 <div id="pay_listcont">
209 221  
210 222 </div>
... ... @@ -264,6 +276,6 @@
264 276 }
265 277 })();
266 278 </script>
267   -<script src="js/list.js?g=1.31"></script>
  279 +<script src="js/list.js?g=3333.311"></script>
268 280 </body>
269 281 </html>
... ...