Commit a1326844 by libai

ft活动上线

parent 009a6c0c
......@@ -334,7 +334,7 @@ $(function(){
},1000)
function loadImageGo(name,sNum,eNum) {
var imgList = [];
var num = sNum;
var num = sNum;
loadImage()
function loadImage() {
var img = new Image();
......
......@@ -30,7 +30,7 @@
</head>
<script src="lib/lottie-player.js"></script>
<body style="background: rgba(0, 0, 0, 0)">
<div class="act-room-bg act-room-bg2">
<div style="display: none;" class="act-room-bg act-room-bg2">
<p class="act-room-p1">主播積分 : 8000</p>
<p class="act-room-p2">排名 : 5</p>
</div>
......@@ -76,10 +76,10 @@ $(function(){
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
view()
setInterval(function(){
view()
},60000)
// view()
// setInterval(function(){
// view()
// },60000)
function view(){
$.ajax({
url:$ip+'/actSpaceOdyssey/getRoomPartData.html',
......
......@@ -69,7 +69,7 @@
</div>
<div class="act-room-bg">
<div style="display: none;" class="act-room-bg">
<p class="act-room-p1">主播積分 : 8000</p>
<p class="act-room-p2">排名 : 5</p>
</div>
......@@ -137,10 +137,10 @@ $(function(){
}
})
}
actView()
setInterval(function(){
actView()
},60000)
// actView()
// setInterval(function(){
// actView()
// },60000)
function getData() {
var opts = {
......
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