Commit 22ffb4dc by libai

测试

parent a51f80f9
Showing with 13 additions and 1 deletions
......@@ -775,7 +775,6 @@ $(function(){
var html=[]
$(".room-bg,.video-box").fadeIn(0)
$("title").text(data.roomBaseInfo.nickname+'的直播間-footseen直播')
$
if(data.code==-20060){
alert(langRoom[sessionStorage.lang].roomJsTxt1)
window.location.href="../index.html"
......@@ -783,6 +782,11 @@ $(function(){
}
roomCId=data.ticketRoomInfo.channelId
roomRId=data.ticketRoomInfo.roundId
try{
}catch(e){
}
if(data.room.liveState!=1&&data.room.liveScope!=3){
$(".room-content").hide()
$(".mc-out-box").show()
......@@ -3860,6 +3864,10 @@ $(function(){
clearInterval(turnClock)
clearInterval(ReconnectionT)
clearInterval(tHeart)
var mVideo = document.getElementById('myVideo');
mVideo.pause();
mVideo.removeAttribute('src');
mVideo.load();
}catch(e){
}
......@@ -3920,6 +3928,10 @@ $(function(){
clearInterval(turnClock)
clearInterval(ReconnectionT)
clearInterval(tHeart)
var mVideo = document.getElementById('myVideo');
mVideo.pause();
mVideo.removeAttribute('src');
mVideo.load();
}catch(e){
}
......
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