Commit 57c5112998dcabff291ca3ef48e0c9ca244c4499
1 parent
40e4e69a
区域划分弹窗更改
Showing
1 changed file
with
3 additions
and
3 deletions
js/pagejs/guidance.js
... | ... | @@ -781,12 +781,12 @@ $(function () { |
781 | 781 | var serText=$(".ser_text").val(); |
782 | 782 | |
783 | 783 | if (checkText == "全部") { |
784 | - checktext = "赤峰市" | |
784 | + checktext = sysComm.cityName; | |
785 | 785 | } else if (checkText == "其他") { |
786 | 786 | // map.clearOverlays(); |
787 | - checktext = "赤峰市"; | |
787 | + checktext = sysComm.cityName; | |
788 | 788 | } else { |
789 | - checktext = "赤峰市" + checkText; | |
789 | + checktext = sysComm.cityName + checkText; | |
790 | 790 | } |
791 | 791 | if(serText!=""&&serText!=null&&serText!=undefined||selValue!='诱导级别'){ |
792 | 792 | map.clearOverlays(); | ... | ... |