| | |
| | |
|
| | | var json=window.JSON.stringify(county);
|
| | | setCookie("county",json);
|
| | | window.location.href="battM.html";
|
| | | window.location.href="selectbatt.html";
|
| | | });
|
| | |
|
| | | });
|
| | |
| | | $(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);
|