Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
ccbikai
2015-10-27 14:05:31 +0800
Commit
2de326c353917ace6439575fc9bfabce3c098955
2 parents
9f8f256a
f4130900
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Show 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 @
2de326c
...
...
@@ -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