fix rooter position fixed bug. code review by LZF
Showing
2 changed files
with
5 additions
and
0 deletions
@@ -53,6 +53,8 @@ function search() { | @@ -53,6 +53,8 @@ function search() { | ||
53 | $productDesc = $('#productDesc'); | 53 | $productDesc = $('#productDesc'); |
54 | $productDesc.append(data); | 54 | $productDesc.append(data); |
55 | 55 | ||
56 | + window.rePosFooter(); | ||
57 | + | ||
56 | lazyLoad($productDesc.find('img.lazy')); | 58 | lazyLoad($productDesc.find('img.lazy')); |
57 | 59 | ||
58 | //尺码信息左右滑动 | 60 | //尺码信息左右滑动 |
@@ -24,6 +24,9 @@ if (preferenceUrl) { | @@ -24,6 +24,9 @@ if (preferenceUrl) { | ||
24 | watchSlidesVisibility: true | 24 | watchSlidesVisibility: true |
25 | }); | 25 | }); |
26 | } | 26 | } |
27 | + | ||
28 | + window.rePosFooter(); | ||
29 | + | ||
27 | }).fail(function() { | 30 | }).fail(function() { |
28 | $recommendForYou.hide(); | 31 | $recommendForYou.hide(); |
29 | }); | 32 | }); |
-
Please register or login to post a comment