Commit a8e218a2 by libai

测试

parent 5980c3f9
Showing with 11 additions and 3 deletions
......@@ -749,8 +749,7 @@ $(function(){
// window.location.reload()
// },5000)
}
// flvPlay(data.pullFlowUrl)
$("#myVideo").on("pause",function(){
// clearTimeout(iosT)
......@@ -954,9 +953,10 @@ $(function(){
}
})
$(".room-hot-box").on("click",function(){
richList(0)
$(".rich-time-ul li").removeClass("rich-time-click")
$(".rich-time-ul li").eq(0).addClass("rich-time-click")
richList(0)
$(".rich-list-layer").css("bottom","0rem")
$(".layer-shadow").show()
})
......@@ -1929,6 +1929,14 @@ $(function(){
$(".loading-face").fadeIn(100)
clearInterval(loadT)
$(".video-box").hide()
var player = document.getElementById('myVideo');
player.pause()
try{
flvPlayer.unload();
}
catch (e) {
}
return;
}
if(list.content.state==2){
//// console.log("下播")
......
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