Commit a8e218a2 by libai

测试

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