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
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
82da3e32b74603c2483d222d0827c0912c865ae7
1 parent
8576f44c
物流详情页 可能喜欢
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
static/js/cart/cart.js
static/js/category/brand.js
static/js/me/logistic.js
static/js/cart/cart.js
View file @
82da3e3
...
...
@@ -227,4 +227,4 @@ $cartNav.on('touchstart', 'li', function(e) {
});
//提前触发lazyload
$
(
window
).
scrollTop
(
1
).
scrollTop
(
0
);
$
(
window
).
scrollTop
(
1
).
scrollTop
(
0
);
\ No newline at end of file
...
...
static/js/category/brand.js
View file @
82da3e3
...
...
@@ -29,8 +29,6 @@ var brandsData,
loading
.
showLoadingMask
();
lazyLoad
(
$
(
'img.lazy'
));
$
(
'.yoho-header'
).
css
({
'z-index'
:
2
,
...
...
static/js/me/logistic.js
View file @
82da3e3
...
...
@@ -21,7 +21,12 @@ function addFooterTopBorder() {
$
(
document
).
ready
(
addFooterTopBorder
);
require
(
'../home/maybe-like'
)();
function
getGender
()
{
return
window
.
cookie
(
'_Channel'
)
||
'boys'
;
}
require
(
'../home/maybe-like'
)(
getGender
());
...
...
Please
register
or
login
to post a comment