3854bebd by 任超

style:公示公告

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