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 229d9cd4 authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 1d4ff713 master
Hide whitespace changes
Inline Side-by-side
Showing with 41 additions and 0 deletions
  • mobile/room/images/guard-layer-btn-en.png
  • mobile/room/images/guard-layer-btn2-en.png
  • mobile/room/liveRoom.html
  • room/liveRoom.html
mobile/room/images/guard-layer-btn-en.png 0 → 100644
View file @ 229d9cd4
mobile/room/images/guard-layer-btn-en.png

8.97 KB

This diff is collapsed. Click to expand it.
mobile/room/images/guard-layer-btn2-en.png 0 → 100644
View file @ 229d9cd4
mobile/room/images/guard-layer-btn2-en.png

9.13 KB

This diff is collapsed. Click to expand it.
mobile/room/liveRoom.html
View file @ 229d9cd4
......@@ -1507,6 +1507,21 @@ $(function(){
$(".ticker-buy-box").css("bottom","-10rem")
$(".layer-shadow").hide()
}
/****5月9日修改样式****/
$(".ticket-box3-p1").hide()
$(".ticker-buy-time").css("font-size","0")
$(".ticket-box3 .ticket-box3-btn").css("margin-top","0.38rem")
$(".touch-box").unbind("click").on("click",function(){
if(localStorage.token==undefined||localStorage.token=='undefined'){
$(".layer-shadow").show()
loginPage()
return;
}
ticketBackpack(chId,rId)
$(".ticker-buy-box").css("bottom","0rem")
$(".layer-shadow").show()
})
/****/
$(".ticketRoom-tips-box span").text('ing...')
$(".ticketRoom-tips-box").css("color","#24FE90")
var buyTicket=true;
......@@ -2858,6 +2873,7 @@ $(function(){
if (obj.cid == 4400){
var list=JSON.parse(obj.content)
if(list.content.mode==0){
$(".touch-box").unbind("click")
$(".user-msg-box").css('bottom','1.4rem')
$(".ticket-box").hide()
$("#myVideo").css("filter","blur(0px)")
......
This diff is collapsed. Click to expand it.
room/liveRoom.html
View file @ 229d9cd4
......@@ -1574,6 +1574,31 @@ $(function () {
}
}
function flvPlay2(e) {
var player = document.getElementById('videoElement2');
var mutedOk=true;
if (flvjs.isSupported()) {
flvPlayer2 = flvjs.createPlayer({
type: 'flv',
isLive:true,
// enableWorker:true,
// hasAudio:true,
// hasVideo:true,
url: e,
enableWorker: false, //不启用分离线程
enableStashBuffer: false, //关闭IO隐藏缓冲区
reuseRedirectedURL: true, //重用301/302重定向url,用于随后的请求,如查找、重新连接等。
autoCleanupSourceBuffer: true //自动清除缓存
});
flvPlayer2.attachMediaElement(videoElement);
flvPlayer2.load(); //加载
}
}
function myDiamond(){
$.ajax({
url:$ip+'gift/getUserDiamondNum',
......
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