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

测试

parent 56f2cf7b master
Show whitespace changes
Inline Side-by-side
Showing with 3 additions and 3 deletions
  • room/liveRoom.html
room/liveRoom.html
View file @ 8d8e7d76
......@@ -469,7 +469,6 @@
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
<script>
$(function () {
if(localStorage.canvasCode==undefined){
localStorage.canvasCode='oneEnter'
......@@ -503,7 +502,8 @@ $(function () {
window.location.href="../index.html"
return;
}
$("title").text(data.room.roomName+'的直播間-footseen直播')
$("title").text(data.room.introduce+'-'+data.room.roomName+'的直播間')
$(".description").attr("content",'來自'+data.roomBaseInfo.addr+'的'+data.roomBaseInfo.work+''+data.roomBaseInfo.sign.replace("Firefly Live","Footseen")+''+data.room.introduce)
if(data.room.liveScope==3&&data.room.selfLock==0&&localStorage.uid!=sessionStorage.roomId){
$(".secret-face img").attr("src",'https://zhibocdn.yabolive.net/comm'+data.room.face.split('?')[0]+'?x-oss-process=image/resize,w_90')
$(".secret-rich-box").html('<img src="images/diamond.png" alt=""> '+data.room.tollPrice+'')
......@@ -545,7 +545,7 @@ $(function () {
})
}
var roomList = data.room;
$(".description").attr("content",roomList.introduce)
flowUrl=data.pullFlowUrl
$(".mc-material-face,.gurad-layer-face").attr("src", "https://zhibocdn.yabolive.net/comm" + roomList.face.split('?')[0] + "?x-oss-process=image/resize,w_40")
var html = [];
......
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