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
addba1c6
authored
2021-01-26 13:51:20 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页
1 parent
305780d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
staticJs/pageHome.js
staticJs/pageHome.js
View file @
addba1c
...
...
@@ -65,12 +65,12 @@ function initData() {
})
// 便民服务
$
(
".convenient-service-list li"
).
mouseover
(
function
()
{
$
(
this
).
find
(
'img'
).
attr
(
'src'
,
$
(
this
).
find
(
'img'
).
attr
(
'url'
))
$
(
this
).
find
(
'img'
).
attr
(
'src'
,
$
(
this
).
find
(
'img'
).
attr
(
'url'
))
;
})
$
(
".convenient-service-list li"
).
mouseout
(
function
()
{
$
(
this
).
find
(
'img'
).
attr
(
'src'
,
$
(
this
).
find
(
'img'
).
attr
(
'pre'
))
$
(
this
).
find
(
'img'
).
attr
(
'src'
,
$
(
this
).
find
(
'img'
).
attr
(
'pre'
))
;
})
f
(
getItem
(
'myCookie'
)
&&
getItem
(
'myCookie'
).
username
)
{
i
f
(
getItem
(
'myCookie'
)
&&
getItem
(
'myCookie'
).
username
)
{
$
(
'.login-list a'
).
hide
();
$
(
'.login-list-subtitle'
).
show
();
}
...
...
Please
register
or
sign in
to post a comment