Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
ac4c3f85121f608c3aab8dab142f2e15ffb04992
2 parents
c6411c50
b35b8597
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into feature/web-list
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
web-static/js/header.js
web-static/js/header.js
View file @
ac4c3f8
...
...
@@ -773,8 +773,8 @@ function actionTipPic() {
var
$img
=
''
;
var
$title
=
''
;
var
$link
=
''
;
var
link
=
''
;
var
logolink
=
''
;
$
(
document
).
on
(
'mouseenter'
,
'.sub-nav-item'
,
function
()
{
$contentcode
=
$
(
this
).
find
(
'.showdetail'
).
attr
(
'data-code'
);
if
(
$contentcode
)
{
...
...
@@ -791,7 +791,7 @@ function actionTipPic() {
}
}
});
link
=
$
(
'.first-nav-list .cur'
).
find
(
'a'
).
attr
(
'href'
);
l
ogol
ink
=
$
(
'.first-nav-list .cur'
).
find
(
'a'
).
attr
(
'href'
);
$
(
'.main-link'
).
attr
(
'href'
,
link
);
}
...
...
Please
register
or
login
to post a comment