diff --git a/mobile/room/liveRoom.html b/mobile/room/liveRoom.html index 0aff477..6e78b40 100644 --- a/mobile/room/liveRoom.html +++ b/mobile/room/liveRoom.html @@ -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){ }