Commit c1ac24da by libai

ft活动上线

parent fbf1c4f6
......@@ -294,9 +294,9 @@ $(function(){
$(".task6-btn").unbind("click").on("click",function(){
var bbb = location.href;
if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
window.location.href='yazhai://_868812_room'
window.location.href='yazhai://_999992_room'
}else{
window.location.href='yazhai://_999996_room'
window.location.href='yazhai://_999992_room'
}
})
}
......
......@@ -13,7 +13,7 @@
<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=2024081501">
<link rel="stylesheet" href="css/index.css?v=2024103101">
<link rel="stylesheet" href="css/liMarquee.css">
<style>
.layui-layer-shade {
......@@ -30,7 +30,7 @@
</head>
<script src="lib/lottie-player.js"></script>
<body style="background: rgba(0, 0, 0, 0);">
<div style="display: none;" class="act-room-bg act-room-bg2">
<div class="act-room-bg act-room-bg2">
<p class="act-room-p1">主播積分 : 8000</p>
<p class="act-room-p2">排名 : 5</p>
</div>
......@@ -42,7 +42,7 @@
<script>
$(function(){
if(sessionStorage.lang!=2){
$(".act-room-bg").fadeIn(200)
}
$(".act-room-bg").on("click",function(){
var obj = {
......
......@@ -1103,7 +1103,17 @@ $(function(){
if(data.code==-116){
layer.msg("露水不足")
setTimeout(function(){
goReg()
var obj = {
"cid": 12,
"reqCode": new Date().getTime(),
"data": {
"msg": '去儲值',
"jumptype": 16, //16: 去储值 18: 跳转到座驾 3:跳转集合功能 28:跳转直播间 29:空间 26:设置 40:半屏宝石储值 41:礼物列表 42:背包列表 // 43: 跳转新人主播引导
"hideTitle": 0 // 1隐藏头部,0 不隐藏, 默认为0
}
}
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
}, 1000);
}
else if(data.code!=1){
......
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