Commit f056ac6d by libai

ft活动上线

parent 074c3d2a
......@@ -70,7 +70,7 @@ $(function(){
url:$ip+'/actQueenOfTheNight/getRoomPartData.html',
success:function(data){
console.log('获取主播闯关信息',data)
$(".act-room-bg1").show()
if(data.stage!=-1)$(".act-room-bg1").show()
$(".act-title").text(titleArr[data.result.level])
if(sessionStorage.lang==2){
$(".act-room-p1").text('主播積分 : '+data.result.score)
......
......@@ -86,7 +86,7 @@ $(function(){
url:$ip+'/actQueenOfTheNight/getRoomPartData.html',
success:function(data){
console.log('获取主播闯关信息',data)
$(".act-room-bg1").show()
if(data.stage!=-1)$(".act-room-bg1").show()
$(".act-title").text(titleArr[data.result.level])
if(sessionStorage.lang==2){
$(".act-room-p1").text('主播積分 : '+data.result.score)
......
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