Commit af499786 by kaisa

feat:同上更新

parent ab1b57f2
......@@ -934,7 +934,7 @@ iframe {
.act-room-bg2 p {
display: none;
}
.pop {
/* .pop {
width: 6.96rem;
height: 8.88rem;
background: url(../images/pop-bg.png) no-repeat;
......@@ -951,4 +951,4 @@ iframe {
margin: 0 auto;
bottom: -0.3rem;
left: 1.85rem;
}
} */
......@@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
......@@ -13,21 +13,24 @@
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/daily.css">
<link rel="stylesheet" href="css/index.css?v=2024051701">
<link rel="stylesheet" href="css/index.css?v=20260317">
<link rel="stylesheet" href="css/liMarquee.css">
<link rel="stylesheet" href="css/swiper.min.css">
<style>
.layui-layer-shade {
opacity: 0.7 !important;
}
.yourclass5 {
border-radius: 0rem !important;
background: rgba(0, 0, 0, 0) !important;
}
.yourclass5 .layui-layer-content {
border-radius: 0rem !important;
}
.turn-box{
.turn-box {
margin-top: -1.5rem;
}
</style>
......@@ -35,9 +38,9 @@
<script src="lib/lottie-player.js"></script>
<body style="background:rgba(0,0,0,0);">
<div style="margin-top: 0;" class="pop">
<div class="pop-btn"></div>
</div>
<!-- <div style="margin-top: 0;" class="pop">
<div class="pop-btn wiggle"></div>
</div> -->
</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="layer-v3.1.0/layer/layer.js"></script>
......@@ -45,62 +48,65 @@
<script src="lib/clipboard.js"></script>
<script src="lib/swiper.min.js"></script>
<script>
$(function(){
if(sessionStorage.lang!=2){
$("body").addClass("bg-en")
}
$(function () {
// TIPS:该页面为Fusi/Firefly直播间定时会调用/actSecretGarden/openPopup.html接口弹起弹窗
// 由于不需要这个业务了,但未找到对应的调用地方(目前所有项目调用这个接口的都隐藏了,但依旧会弹起)
// 所以统一隐藏这个火箭页面
if (sessionStorage.lang != 2) {
$("body").addClass("bg-en")
}
// $(".pop-btn").on("click",function(){
// var bbb = location.href;
// if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
// $.ajax({
// url:$ip+'/actSecretGarden/openPopup.html',
// data:{
// width:'0',
// popupUrl: "https://fsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992",
// height:'0.5',
// heightR:'110',
// x:'0',
// y:'0.5',
// },
// success:function(){
$(".pop-btn").on("click",function(){
var bbb = location.href;
if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl: "https://fsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992",
height:'0.5',
heightR:'110',
x:'0',
y:'0.5',
},
success:function(){
}
})
}else{
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl: "http://testfsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992",
height:'0.5',
heightR:'110',
x:'0',
y:'0.5',
},
success:function(){
// }
// })
// }else{
// $.ajax({
// url:$ip+'/actSecretGarden/openPopup.html',
// data:{
// width:'0',
// popupUrl: "http://testfsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992",
// height:'0.5',
// heightR:'110',
// x:'0',
// y:'0.5',
// },
// success:function(){
}
})
}
// }
// })
// }
var obj = {
"cid": 14,
"reqCode": new Date().getTime(),
}
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
})
$(".close").on("click",function(){
var obj = {
"cid": 14,
"reqCode": new Date().getTime(),
}
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
// var obj = {
// "cid": 14,
// "reqCode": new Date().getTime(),
// }
// var obj2 = JSON.stringify(obj);
// appCollaboration(obj2);
// })
// $(".close").on("click",function(){
// var obj = {
// "cid": 14,
// "reqCode": new Date().getTime(),
// }
// var obj2 = JSON.stringify(obj);
// appCollaboration(obj2);
// })
})
})
</script>
</html>
\ No newline at end of file
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