Commit 6ef78559 by libai

测试

parent 41043939
Showing with 1 additions and 1 deletions
......@@ -1506,7 +1506,7 @@ $(function(){
$(".active-room-shadow").show()
$(".active-room-box").show()
var html=[];
html+='<iframe src="https://activity.yazhaiyabo.com/activeFt/firstCharge/firstChargeFootseen/room.html?uid='+localStorage.uid+'&token='+localStorage.token+'&lang='+sessionStorage.lang+'&roomid='+sessionStorage.roomId+'" frameborder="0"></iframe>'
html+='<iframe src="https://activity.yazhaiyabo.com/activeFt/firstCharge/phone/index.html?uid='+localStorage.uid+'&token='+localStorage.token+'&lang='+sessionStorage.lang+'&roomid='+sessionStorage.roomId+'" frameborder="0"></iframe>'
$(".active-room-box").html(html).css("bottom","0rem")
})
$(".active-room-shadow").unbind("click").on("click",function(){
......
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