Commit 03261136 by libai

测试

parent 39932cb0
Showing with 2 additions and 3 deletions
......@@ -383,13 +383,12 @@ $(function(){
var layzT=true;
$(window).on("scroll",function(){
if(layzT==true){
console.log(111)
layzT=false
layzImg()
setTimeout(function() {
layzT=true;
layzImg()
}, 300);
}, 200);
}
if($(document).height()-$(document).scrollTop()-$(window).height()<=20){
if(scrollOk==false)return;
......@@ -861,7 +860,7 @@ $(function(){
function layzImg(){
var iNum=$(".video-box-ul li").length-40
if(iNum<0)iNum=0
console.log($(".video-box-ul li").length)
for(var i=iNum;i<$(".video-box-ul li").length;i++){
if($(".video-box-ul li .video-top-box").eq(i).attr("data-type2")==1)continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment