Commit 41043939 by libai

测试

parent c60b7166
...@@ -15,9 +15,6 @@ else{ ...@@ -15,9 +15,6 @@ else{
$ws = "ws://47.242.178.187:12308/" $ws = "ws://47.242.178.187:12308/"
// localStorage.canvasCode='phone' // localStorage.canvasCode='phone'
} }
$ip='http://cpapitest.yabolive.net:81/'
$ip2="http://ceshi.yabolive.tv/web"
$ws = "ws://47.242.178.187:12308/"
if(bbb.indexOf("userRoom.html")==-1){ if(bbb.indexOf("userRoom.html")==-1){
sessionStorage.lastUrl=bbb sessionStorage.lastUrl=bbb
} }
......
...@@ -1506,7 +1506,7 @@ $(function(){ ...@@ -1506,7 +1506,7 @@ $(function(){
$(".active-room-shadow").show() $(".active-room-shadow").show()
$(".active-room-box").show() $(".active-room-box").show()
var html=[]; var html=[];
html+='<iframe src="http://test.ybact.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/firstChargeFootseen/room.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-box").html(html).css("bottom","0rem")
}) })
$(".active-room-shadow").unbind("click").on("click",function(){ $(".active-room-shadow").unbind("click").on("click",function(){
......
...@@ -1543,7 +1543,7 @@ $(function () { ...@@ -1543,7 +1543,7 @@ $(function () {
else html+='<div class="swiper-slide"><img data-type="https://www.footseen.xyz/mobile/download/downApp.html?v=2022101101" data-type2="3" class="act-btn" src="'+langList[sessionStorage.lang].roomSrc5+'" alt=""><p id="room-qrcode"></p><img class="footseen-icon" src="../images/footseen-icon.png"></div>' else html+='<div class="swiper-slide"><img data-type="https://www.footseen.xyz/mobile/download/downApp.html?v=2022101101" data-type2="3" class="act-btn" src="'+langList[sessionStorage.lang].roomSrc5+'" alt=""><p id="room-qrcode"></p><img class="footseen-icon" src="../images/footseen-icon.png"></div>'
$(".swiper-wrapper").html(html); $(".swiper-wrapper").html(html);
if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined')new QRCode(document.getElementById("room-qrcode"),sessionStorage.pmt+'&from=pc'); if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined')new QRCode(document.getElementById("room-qrcode"),sessionStorage.pmt+'&from=pc');
if(data.dataList.activitys.length>0){ if(data.dataList.activitys.length>=0){
var swiper = new Swiper(".mySwiper", { var swiper = new Swiper(".mySwiper", {
pagination: { pagination: {
el: ".swiper-pagination", el: ".swiper-pagination",
......
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