diff --git a/img/iPhone.png b/img/iPhone.png new file mode 100644 index 0000000..6c4c262 --- /dev/null +++ b/img/iPhone.png diff --git a/js/list.js b/js/list.js index cf8734f..2fc8af1 100644 --- a/js/list.js +++ b/js/list.js @@ -70,6 +70,7 @@ jsajax.defaultReq( $('#tip-title').text('您的停车费用为0元,无需缴费,谢谢!') return } + $('#no-money-tip').show() var htmls = ''; for (var i = 0; i < data.length; i++) { var orderFreeDuration = Number((data[i].orderFreeDuration)) diff --git a/listnew.html b/listnew.html index 5887361..535a068 100644 --- a/listnew.html +++ b/listnew.html @@ -200,11 +200,23 @@ .outBtn { background: #509f93; } + .no-money-tip{ + display: none; + height: 34px; + line-height: 34px; + padding-left: 45px; + color: #000; + background: #FEF8D9 url("img/iPhone.png") no-repeat 15px center; + }
+ +
+ 30分钟内免费直接离场,无需缴费 +
@@ -264,6 +276,6 @@ } })(); - +