3854bebd by 任超

style:公示公告

1 parent 14d6a017
......@@ -69,7 +69,7 @@ document.writeln(" <a href=\'javascript:;\'>政务公开</a>");
document.writeln(" <dl class=\'layui-nav-child\'>");
document.writeln(" <dd><a href=\'/staticViews/policyList/1.html\'>相应政策</a></dd>");
document.writeln(" <dd><a href=\'/staticViews/lawList/1.html\'>法律法规</a></dd>");
document.writeln(" <dd><a href=\'/staticViews/notice/1.htmll\'>公示公告</a></dd>");
document.writeln(" <dd><a href=\'/staticViews/notice/1.html\'>公示公告</a></dd>");
document.writeln(" </dl>");
document.writeln(" </li>");
document.writeln(" <li id=\'bszn\' class=\'layui-nav-item\'><a href=\'/staticViews/bszn.html\' title=\'办事指南\'>办事指南</a></li>");
......
......@@ -3,6 +3,7 @@ $(function () {
if (decodeURI(GetQueryString('title')) == '首页') {
$('.layui-breadcrumb a').eq(1).hide();
}else {
$('.layui-breadcrumb a').eq(1).show();
$('.layui-breadcrumb a').eq(1).attr('href',GetQueryString('href'));
$('.layui-breadcrumb a').eq(1).attr('title', decodeURI(GetQueryString('title')));
$('.layui-breadcrumb a').eq(1).text(decodeURI(GetQueryString('title')));
......