Commit 074c3d2a by libai

ft活动上线

parent 4822b921
......@@ -30,7 +30,7 @@
</head>
<script src="lib/lottie-player.js"></script>
<body style="background: rgba(0, 0, 0, 0)">
<div class="act-room-bg1">
<div style="display: none;" class="act-room-bg1">
<div class="act-title"></div>
<p class="act-room-p1">主播積分 :</p>
<p class="act-room-p2">目標積分 :</p>
......@@ -70,6 +70,7 @@ $(function(){
url:$ip+'/actQueenOfTheNight/getRoomPartData.html',
success:function(data){
console.log('获取主播闯关信息',data)
$(".act-room-bg1").show()
$(".act-title").text(titleArr[data.result.level])
if(sessionStorage.lang==2){
$(".act-room-p1").text('主播積分 : '+data.result.score)
......
......@@ -64,7 +64,7 @@
</div>
</div>
</div>
<div class="act-room-bg1">
<div style="display: none;" class="act-room-bg1">
<div class="act-title"></div>
<p class="act-room-p1">主播積分 :</p>
<p class="act-room-p2">目標積分 :</p>
......@@ -86,6 +86,7 @@ $(function(){
url:$ip+'/actQueenOfTheNight/getRoomPartData.html',
success:function(data){
console.log('获取主播闯关信息',data)
$(".act-room-bg1").show()
$(".act-title").text(titleArr[data.result.level])
if(sessionStorage.lang==2){
$(".act-room-p1").text('主播積分 : '+data.result.score)
......
......@@ -57,7 +57,7 @@ if (bbb.indexOf("http://localhost:63342") > -1) {
sessionStorage.roomId=23864554
}
if (bbb.indexOf("file:///") > -1) {
sessionStorage.lang=2
sessionStorage.lang=1
sessionStorage.uid = 210102;
sessionStorage.token = 'debug'
sessionStorage.roomId=210102;
......
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