From 6ef7855961dde73734f3285b67cb9774d29e7b55 Mon Sep 17 00:00:00 2001 From: libai <libai@yazhai.co> Date: Thu, 27 Jul 2023 16:19:27 +0800 Subject: [PATCH] 测试 --- mTest/mobile/room/liveRoom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mTest/mobile/room/liveRoom.html b/mTest/mobile/room/liveRoom.html index 82f9e32..eb6ee84 100644 --- a/mTest/mobile/room/liveRoom.html +++ b/mTest/mobile/room/liveRoom.html @@ -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(){ -- libgit2 0.25.0