Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3854bebd
authored
2021-02-02 09:09:59 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:公示公告
1 parent
14d6a017
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
staticJs/head.js
staticJs/xwxq.js
staticJs/head.js
View file @
3854beb
...
...
@@ -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.html
l
\'>公示公告</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>"
);
...
...
staticJs/xwxq.js
View file @
3854beb
...
...
@@ -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'
)));
...
...
Please
register
or
sign in
to post a comment