From 80f0e2ac3dd021ef26a2ca72e77627fb16427a80 Mon Sep 17 00:00:00 2001 From: libai <libai@yazhai.co> Date: Tue, 8 Aug 2023 16:54:50 +0800 Subject: [PATCH] 测试 --- room/liveRoom.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/room/liveRoom.html b/room/liveRoom.html index ed9fe34..11f9ab9 100644 --- a/room/liveRoom.html +++ b/room/liveRoom.html @@ -1566,8 +1566,8 @@ $(function () { title: false, shadeClose: true, skin: "active-layer", - area: ["360px", "634px"], - content: _self.attr("data-type")+'?uid='+localStorage.uid+'&token='+localStorage.token+'&roomid='+sessionStorage.roomId+'&os=pc&v='+Math.floor(Math.random()*100)+'&lang='+sessionStorage.lang+'', + area: ["360px", "360px"], + content: _self.attr("data-type")+'?uid='+localStorage.uid+'&token='+localStorage.token+'&roomid='+sessionStorage.roomId+'&os=pc&v='+Math.floor(Math.random()*100)+'&lang='+sessionStorage.lang+'&pageID='+localStorage.canvasCode+'', }) $(".layui-layer-shade").hide() return -- libgit2 0.25.0