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
毕凯
9 years ago
Commit
744cf508e4e6141e16d247d8025a5cb61c028ae0
1 parent
b2cc42f5
侧边栏 分类 点击收缩
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
web-static/js/product/product.js
web-static/js/product/product.js
View file @
744cf50
...
...
@@ -186,12 +186,8 @@ $goodInfoMain.on('click', '.col-btn', function() {
});
// 左侧导航
$productListNav
.
click
(
function
(
event
)
{
var
$this
=
$
(
this
);
if
(
!
$this
.
hasClass
(
'product-list-nav'
))
{
return
;
}
$productListNav
.
find
(
'h3'
).
click
(
function
(
event
)
{
var
$this
=
$
(
this
).
closest
(
'.product-list-nav'
);
if
(
$this
.
hasClass
(
'active'
))
{
...
...
Please
register
or
login
to post a comment