Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Rock Zhang
2015-10-27 13:47:23 +0800
Commit
bb3edbc1f37f6f53f54f1f4b9bf01c5a1f3b3450
2 parents
f5087797
f4130900
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
static/js/product/newsale/newarrival.js
static/js/product/newsale/newarrival.js
View file @
bb3edbc
...
...
@@ -272,7 +272,8 @@ $listNav.delegate('li', 'touchstart', function() {
nav
=
navInfo
[
navType
];
if
(
$this
.
hasClass
(
'hide'
))
{
if
(
!
(
$this
.
hasClass
(
'active'
)))
{
$active
=
$this
.
siblings
(
'.active'
);
$pre
=
$this
;
//$pre为除筛选导航的其他导航项,若当前active的为筛选,则把$pre置为当前点击项
...
...
Please
register
or
login
to post a comment