From b1a631c6663f0412f89a93dce690a021e0dd1976 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 22 Sep 2020 09:24:07 +0800 Subject: [PATCH] 30分钟内免费直接离场,无需缴费 --- img/iPhone.png | Bin 0 -> 606 bytes js/list.js | 1 + listnew.html | 14 +++++++++++++- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 img/iPhone.png diff --git a/img/iPhone.png b/img/iPhone.png new file mode 100644 index 0000000..6c4c262 Binary files /dev/null and b/img/iPhone.png differ 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 @@ } })(); - + -- libgit2 0.21.4