From 00e6a333a1155cee03c54b577747dfcc2ed0e0bc Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Wed, 18 Oct 2017 12:09:03 +0800 Subject: [PATCH] ditu --- img/index_titbg.png | Bin 14380 -> 0 bytes js/pagejs/parkquery.js | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/img/index_titbg.png b/img/index_titbg.png index 13dc046..c101a99 100644 Binary files a/img/index_titbg.png and b/img/index_titbg.png differ diff --git a/js/pagejs/parkquery.js b/js/pagejs/parkquery.js index 0686f61..059826c 100644 --- a/js/pagejs/parkquery.js +++ b/js/pagejs/parkquery.js @@ -714,9 +714,9 @@ $(function () { $.each(list, function (index, item) { var parkType; if (1 == item.plType) { - parkType = '路内' + parkType = '路侧' } else if (2 == item.plType) { - parkType = '路外' + parkType = '封闭' } else { parkType = '未知' } -- libgit2 0.21.4