Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
2017-05-02 18:26:45 +0800
Commit
f424e206bed91b07a089d1c4f5b308fc4c31a235
1 parent
d0c99249
sale tab高度
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
public/js/product/sale.page.js
public/js/product/sale.page.js
View file @
f424e20
...
...
@@ -74,9 +74,9 @@ $(function() {
}
});
$saleNavWrap
.
css
({
height
:
$saleNavWrap
.
height
()
});
// $saleNavWrap.css({
// height: $('.list-nav').height()
// });
$
(
window
).
on
(
'scroll'
,
function
()
{
if
(
!
$filterMask
.
length
)
{
...
...
Please
register
or
login
to post a comment