Commit 8d8e7d76 by libai

测试

parent 56f2cf7b
Showing with 3 additions and 3 deletions
...@@ -469,7 +469,6 @@ ...@@ -469,7 +469,6 @@
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
<script> <script>
$(function () { $(function () {
if(localStorage.canvasCode==undefined){ if(localStorage.canvasCode==undefined){
localStorage.canvasCode='oneEnter' localStorage.canvasCode='oneEnter'
...@@ -503,7 +502,8 @@ $(function () { ...@@ -503,7 +502,8 @@ $(function () {
window.location.href="../index.html" window.location.href="../index.html"
return; 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){ 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-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+'') $(".secret-rich-box").html('<img src="images/diamond.png" alt=""> '+data.room.tollPrice+'')
...@@ -545,7 +545,7 @@ $(function () { ...@@ -545,7 +545,7 @@ $(function () {
}) })
} }
var roomList = data.room; var roomList = data.room;
$(".description").attr("content",roomList.introduce)
flowUrl=data.pullFlowUrl 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") $(".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 = []; var html = [];
......
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