Commit 7e7269d1 by libai

测试

parent 99cca71b
Showing with 6 additions and 2 deletions
......@@ -354,7 +354,9 @@ $(function(){
html+='</div></a>';
}
$(".add-video-big-box").html(html);
$(".bg-img").on("error",function(){
$(this).attr("src","https://app.ixiulive.com/static/footVideo/m/m"+Math.ceil(Math.random()*63)+".jpg")
})
// $(".add-video-box").unbind("click").on("click",function(){
// var _self=$(this).attr("data-type")
// window.location.href="video.html?topicId="+_self+"&tag="+sessionStorage.tag+""
......
......@@ -405,7 +405,9 @@ $(function(){
html+='</div></a>';
}
$(".add-video-big-box").html(html);
$(".bg-img").on("error",function(){
$(this).attr("src","https://app.ixiulive.com/static/footVideo/m/m"+Math.ceil(Math.random()*63)+".jpg")
})
// $(".add-video-box").unbind("click").on("click",function(){
// var _self=$(this).attr("data-type")
// window.location.href="video.html?topicId="+_self+"&tag="+sessionStorage.tag+""
......
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