D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
gx_tieta/WebRoot/mobil/selectcounty.html
@@ -65,7 +65,7 @@
            
            var json=window.JSON.stringify(county);
            setCookie("county",json);
            window.location.href="battM.html";
            window.location.href="selectbatt.html";
         });
            
      });
@@ -74,8 +74,8 @@
      $(function(){
         var data = [
            {url: 'javascript:JumpHomePage();', txt: '首页'},
            {url: 'javascript:JumpFirstPage();', txt: '省'},
            {url: 'javascript:JumpcityPage();', txt: '市'},
            {url: 'javascript:JumpFirstPage();', txt: temp.StationName1},
            {url: 'javascript:JumpcityPage();', txt: temp.StationName2},
            {url: 'javascript:;', txt: '区/县'}
         ];
         addBreadCrumb($('.breadcrumb').eq(0),data);