Authored by ccbikai

频道底部定位

@@ -43,5 +43,5 @@ $searchBox.children('.search-icon').on('touchstart', function() { @@ -43,5 +43,5 @@ $searchBox.children('.search-icon').on('touchstart', function() {
43 }); 43 });
44 44
45 $('.index-channel img').on('load error', function() { 45 $('.index-channel img').on('load error', function() {
46 - window.rePosFooter(); 46 + window.rePosFooter && window.rePosFooter();
47 }); 47 });