Showing
1 changed file
with
1 additions
and
0 deletions
@@ -242,6 +242,7 @@ seckillObj = { | @@ -242,6 +242,7 @@ seckillObj = { | ||
242 | data = $.extend(data, {isApp: yoho.isApp}); | 242 | data = $.extend(data, {isApp: yoho.isApp}); |
243 | $('.product-list').html(self.listTemplate(data)); | 243 | $('.product-list').html(self.listTemplate(data)); |
244 | lazyload('img.lazy'); | 244 | lazyload('img.lazy'); |
245 | + window.scrollTo(0, 0); | ||
245 | window.rePosFooter(); | 246 | window.rePosFooter(); |
246 | }, | 247 | }, |
247 | error: function(data) { | 248 | error: function(data) { |
-
Please register or login to post a comment