Commit 053f7c12 by libai

测试

parent 8dec1505
Showing with 8 additions and 0 deletions
......@@ -422,6 +422,14 @@ $(function(){
html+='</a>'
}
$(".video-more-ul").html(html);
for(var i=0;i<data.dataList.length;i++){
$(".video-top-box").eq(i).on("error",function(){
$(this).parent().css("background","url(https://app.ixiulive.com/static/footVideo/m/m"+Math.ceil(Math.random()*63)+".jpg)no-repeat")
$(this).parent().css("background-size","cover")
$(this).parent().css("background-position-y","center")
})
}
}
})
}
......
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