CJJ
2018-12-11 2078f12a6a1f870136a20d1212c50ddf88ccab7f
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);