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
ccbikai
9 years ago
Commit
19a6792eb92fd4b00261f6610ab556de0bd7b1b3
1 parent
0e6deda0
品牌一览顶部缝隙
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
static/js/category/brand.js
static/js/category/brand.js
View file @
19a6792
...
...
@@ -12,9 +12,9 @@ var $ = require('jquery'),
var
swiper
,
$brandList
=
$
(
'.brand-list'
);
var
searchH
=
$
(
'.newbrand-search'
).
height
(),
headerH
=
$
(
'.yoho-header'
).
height
(),
brandSwipe
=
parseInt
(
searchH
)
+
parseInt
(
headerH
);
var
searchH
=
$
(
'.newbrand-search'
).
outerHeight
(),
headerH
=
$
(
'.yoho-header'
).
outerHeight
(),
brandSwipe
=
parseInt
(
searchH
)
+
parseInt
(
headerH
)
-
1
;
var
myHammer
;
...
...
Please
register
or
login
to post a comment