Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-10-23 18:38:24 +0800
Commit
15ffc5aa9a8037979a672fcefdc99d4192846815
1 parent
83286b11
fix nav active have not switched after filter sub menu click
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
static/js/product/list.js
static/js/product/list.js
View file @
15ffc5a
...
...
@@ -78,6 +78,10 @@ function search(opt) {
}
}
//处理active状态
$listNav
.
children
(
'.active'
).
removeClass
(
'active'
);
$pre
.
addClass
(
'active'
);
switch
(
opt
.
type
)
{
case
'gender'
:
ext
=
{
...
...
Please
register
or
login
to post a comment