Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 22ffb4dc authored a year ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent a51f80f9 master … dev-替换FUSI安装包
Hide whitespace changes
Inline Side-by-side
Showing with 13 additions and 1 deletions
  • mobile/room/liveRoom.html
mobile/room/liveRoom.html
View file @ 22ffb4dc
......@@ -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){
}
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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