diff --git a/js/pagejs/guidance.js b/js/pagejs/guidance.js index 3fb7e6c..f61d41c 100644 --- a/js/pagejs/guidance.js +++ b/js/pagejs/guidance.js @@ -781,12 +781,12 @@ $(function () { var serText=$(".ser_text").val(); if (checkText == "全部") { - checktext = "赤峰市" + checktext = sysComm.cityName; } else if (checkText == "其他") { // map.clearOverlays(); - checktext = "赤峰市"; + checktext = sysComm.cityName; } else { - checktext = "赤峰市" + checkText; + checktext = sysComm.cityName + checkText; } if(serText!=""&&serText!=null&&serText!=undefined||selValue!='诱导级别'){ map.clearOverlays();