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
赵彪
2015-12-21 17:48:32 +0800
Commit
0a3130b86c31a74dbfe10d356437d088e106fe12
2 parents
08280991
267d48c1
Merge branch 'develop' into 'develop'
Develop 1:优惠活动只有一条时取消下拉 See merge request !57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
static/js/product/detail/detail.js
static/js/product/detail/detail.js
View file @
0a3130b
...
...
@@ -32,6 +32,9 @@ function showFooter() {
},
200
);
}
if
(
$
(
'#goodsDiscount h1'
).
length
<
1
)
{
$
(
'.dropdown'
).
remove
();
}
showFooter
();
lazyLoad
(
$
(
'img.lazy'
));
...
...
Please
register
or
login
to post a comment