Commit 00e6a333a1155cee03c54b577747dfcc2ed0e0bc
1 parent
bb772369
ditu
Showing
2 changed files
with
2 additions
and
2 deletions
img/index_titbg.png
js/pagejs/parkquery.js
... | ... | @@ -714,9 +714,9 @@ $(function () { |
714 | 714 | $.each(list, function (index, item) { |
715 | 715 | var parkType; |
716 | 716 | if (1 == item.plType) { |
717 | - parkType = '路内' | |
717 | + parkType = '路侧' | |
718 | 718 | } else if (2 == item.plType) { |
719 | - parkType = '路外' | |
719 | + parkType = '封闭' | |
720 | 720 | } else { |
721 | 721 | parkType = '未知' |
722 | 722 | } | ... | ... |