Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
biao
2015-12-07 15:22:19 +0800
Commit
20716c15f38502fd44f21b2fcf4a53bd371db768
1 parent
591b7686
fix rooter position fixed bug. code review by LZF
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
static/js/product/detail/desc.js
static/js/product/recommend-for-you-product-desc.js
static/js/product/detail/desc.js
View file @
20716c1
...
...
@@ -53,6 +53,8 @@ function search() {
$productDesc
=
$
(
'#productDesc'
);
$productDesc
.
append
(
data
);
window
.
rePosFooter
();
lazyLoad
(
$productDesc
.
find
(
'img.lazy'
));
//尺码信息左右滑动
...
...
static/js/product/recommend-for-you-product-desc.js
View file @
20716c1
...
...
@@ -24,6 +24,9 @@ if (preferenceUrl) {
watchSlidesVisibility
:
true
});
}
window
.
rePosFooter
();
}).
fail
(
function
()
{
$recommendForYou
.
hide
();
});
...
...
Please
register
or
login
to post a comment