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
33555667
authored
2021-02-02 16:21:43 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:政务公开
1 parent
80ef6809
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
0 deletions
staticJs/flfgxq.js
staticJs/ggxq.js
staticJs/xwxq.js
staticJs/xyzcxq.js
staticJs/flfgxq.js
View file @
3355566
...
...
@@ -2,8 +2,10 @@ $(function () {
// newsDetail()
if
(
decodeURI
(
GetQueryString
(
'title'
))
==
'首页'
)
{
$
(
'.law-second-label'
).
hide
();
$
(
'.law-second-label'
).
next
().
hide
();
}
else
{
$
(
'.law-second-label'
).
show
();
$
(
'.law-second-label'
).
next
().
show
();
$
(
'.law-second-label'
).
attr
(
'href'
,
GetQueryString
(
'href'
));
$
(
'.law-second-label'
).
attr
(
'title'
,
decodeURI
(
GetQueryString
(
'title'
)));
$
(
'.law-second-label'
).
text
(
decodeURI
(
GetQueryString
(
'title'
)));
...
...
staticJs/ggxq.js
View file @
3355566
...
...
@@ -2,8 +2,10 @@ $(function () {
// newsDetail()
if
(
decodeURI
(
GetQueryString
(
'title'
))
==
'首页'
)
{
$
(
'.notice-second-label'
).
hide
();
$
(
'.notice-second-label'
).
next
().
hide
();
}
else
{
$
(
'.notice-second-label'
).
show
();
$
(
'.notice-second-label'
).
next
().
show
();
$
(
'.notice-second-label'
).
attr
(
'href'
,
GetQueryString
(
'href'
));
$
(
'.notice-second-label'
).
attr
(
'title'
,
decodeURI
(
GetQueryString
(
'title'
)));
$
(
'.notice-second-label'
).
text
(
decodeURI
(
GetQueryString
(
'title'
)));
...
...
staticJs/xwxq.js
View file @
3355566
...
...
@@ -2,8 +2,10 @@ $(function () {
// LawsData()
if
(
decodeURI
(
GetQueryString
(
'title'
))
==
'首页'
)
{
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
hide
();
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
next
().
hide
();
}
else
{
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
show
();
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
next
().
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'
)));
...
...
staticJs/xyzcxq.js
View file @
3355566
$
(
function
()
{
if
(
decodeURI
(
GetQueryString
(
'title'
))
==
'首页'
)
{
$
(
'.second-label'
).
hide
();
$
(
'.second-label'
).
next
().
hide
();
}
else
{
$
(
'.second-label'
).
show
();
$
(
'.second-label'
).
next
().
show
();
$
(
'.second-label'
).
attr
(
'href'
,
GetQueryString
(
'href'
));
$
(
'.second-label'
).
attr
(
'title'
,
decodeURI
(
GetQueryString
(
'title'
)));
$
(
'.second-label'
).
text
(
decodeURI
(
GetQueryString
(
'title'
)));
...
...
Please
register
or
sign in
to post a comment