Commit 9da9333e by libai

Merge branch 'master' of git.yabolive.net:libai/fsActive

parents d66c404b a279f26c
......@@ -209,7 +209,7 @@ i {
.gift-box {
width: 9.81rem;
height: 8.93rem;
background: url(../images/gift-box.png) no-repeat;
background: url(../images/gift-box.png?V=2024060301) no-repeat;
background-size: 100% 100%;
margin: 0 auto;
margin-top: -0.2rem;
......
......@@ -221,7 +221,7 @@ i{
.gift-box{
width: 9.81rem;
height: 8.93rem;
background: url(../images/gift-box.png)no-repeat;
background: url(../images/gift-box.png?V=2024060301)no-repeat;
background-size: 100% 100%;
margin: 0 auto;
margin-top: -0.2rem;
......

55.1 KB | W: | H:

55.4 KB | W: | H:

activeFt/hotGirl/images/gift-box.png
activeFt/hotGirl/images/gift-box.png
activeFt/hotGirl/images/gift-box.png
activeFt/hotGirl/images/gift-box.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -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=2024051701">
<link rel="stylesheet" href="css/index.css?v=2024060301">
<link rel="stylesheet" href="css/liMarquee.css">
<style>
.layui-layer-shade {
......@@ -194,7 +194,7 @@
</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="layer-v3.1.0/layer/layer.js"></script>
<script src="lib/default.js?v='2023120901'"></script>
<script src="lib/default.js?v='2024060301'"></script>
<script src="lib/clipboard.js"></script>
<script>
if(sessionStorage.lang!=2){
......@@ -295,7 +295,7 @@ $(function(){
continue;
}
html+='<li>';
html+='<img class="record-face" src="https://big.bgp.ourpow.com/comm'+list.face+'?x-oss-process=image/resize,w_80" alt="">';
html+='<a href="yazhai://_' + list.roomId + '_zone"><img class="record-face" src="https://big.bgp.ourpow.com/comm'+list.face+'?x-oss-process=image/resize,w_80" alt=""></a>';
if(list.isLisk==0)html+='<div data-type="'+list.roomId+'" class="record-like record-like-click"></div>';
else html+='<div class="record-like record-like-end"></div>';
html+='<p class="record-p1">6-'+(i+1)+'</p>';
......@@ -478,7 +478,7 @@ $(".list2-btn1 div").on("click",function(){
}
$(".king1-img2").attr("src","https://big.bgp.ourpow.com/comm"+data.result.roomSexData.face+"?x-oss-process=image/resize,w_110")
$(".king1-p2").text(data.result.roomSexData.nickName)
$(".king1-img").unbind("click").on("click",function(){
$(".king1-img1").unbind("click").on("click",function(){
window.location.href='yazhai://_' + data.result.roomSexData.uid + '_zone'
})
if(data.result.roomSexData.isLike==1){
......
......@@ -10,8 +10,8 @@ else{
}
var bbb = location.href;
var data = url_get_params(bbb)
if (sessionStorage.kkk == undefined) {
sessionStorage.kkk = data.token; //t
if (sessionStorage.token == undefined) {
sessionStorage.token = data.token; //t
sessionStorage.bbb = data.uid; //u
sessionStorage.version = data.appversion;
sessionStorage.pkg=data.pkg;
......@@ -35,12 +35,12 @@ function url_get_params(url_path) {
}
if (bbb.indexOf("http://localhost:63342") > -1) {
sessionStorage.bbb = 23871190;
sessionStorage.kkk = 'debug'
sessionStorage.token = 'debug'
sessionStorage.roomId=23864554
}
if (bbb.indexOf("file:///") > -1) {
sessionStorage.bbb = 155100;
sessionStorage.kkk = 'debug'
sessionStorage.token = 'debug'
sessionStorage.roomId=155100
sessionStorage.lang=1
}
......@@ -50,7 +50,7 @@ $.ajaxSetup({
type: 'get',
data: {
uid: sessionStorage.bbb,
token: sessionStorage.kkk,
token: sessionStorage.token,
lang:sessionStorage.lang,
vest:0,
cid:'web_gw',
......@@ -175,18 +175,18 @@ function goReg(){
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
} else if(sessionStorage.pkg=='qiezi'){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
}
else{
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=yabo';
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=yabo';
}
}
function scrollTo(element,speed) {
......
......@@ -10,7 +10,7 @@ else{
}
var bbb = location.href;
var data = url_get_params(bbb)
sessionStorage.kkk = data.token; //t
sessionStorage.token = data.token; //t
sessionStorage.bbb = data.uid; //u
sessionStorage.version = data.appversion;
sessionStorage.pkg=data.pkg
......@@ -58,13 +58,13 @@ else{
}
if (bbb.indexOf("http://localhost:63342") > -1) {
sessionStorage.bbb = 23864554;
sessionStorage.kkk = 'debug'
sessionStorage.token = 'debug'
sessionStorage.roomId=23864554
}
if (bbb.indexOf("file:///D:/") > -1) {
sessionStorage.lang=2
sessionStorage.bbb = 155100;
sessionStorage.kkk = 'debug'
sessionStorage.token = 'debug'
sessionStorage.roomId=210102;
sessionStorage.version=8890
sessionStorage.cid='web'
......@@ -78,7 +78,7 @@ else{
type: 'get',
data: {
uid: sessionStorage.bbb,
token: sessionStorage.kkk,
token: sessionStorage.token,
roomId:sessionStorage.roomId,
cid:sessionStorage.cid,
lang:sessionStorage.lang,
......@@ -268,18 +268,18 @@ function loadImageGo3(name,sNum,eNum) {
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
} else if(sessionStorage.pkg=='qiezi'){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
}
else{
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=yabo';
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=yabo';
}
}
function scrollTo(element,speed) {
......
......@@ -65,7 +65,7 @@ $(function(){
check()
if(data.state==0){
$(".btn").unbind("click").on("click",function(){
window.open("https://testty.footseen.xyz/footseen/phonepay/applepay.html?lang="+sessionStorage.lang+"&gofrom=web&cidStr=ftsH5&uid="+sessionStorage.bbb+"&token="+sessionStorage.kkk+"&os=h5&appversion=7&osStr=h5")
window.open("https://testty.footseen.xyz/footseen/phonepay/applepay.html?lang="+sessionStorage.lang+"&gofrom=web&cidStr=ftsH5&uid="+sessionStorage.bbb+"&token="+sessionStorage.token+"&os=h5&appversion=7&osStr=h5")
})
}
else if(data.state==1){
......@@ -92,7 +92,7 @@ $(function(){
console.log('获取首充信息',data)
if(data.state==0){
$(".btn").unbind("click").on("click",function(){
window.open("https://testty.footseen.xyz/footseen/phonepay/applepay.html?lang="+sessionStorage.lang+"&gofrom=web&cidStr=ftsH5&uid="+sessionStorage.bbb+"&token="+sessionStorage.kkk+"&os=h5&appversion=7&osStr=h5")
window.open("https://testty.footseen.xyz/footseen/phonepay/applepay.html?lang="+sessionStorage.lang+"&gofrom=web&cidStr=ftsH5&uid="+sessionStorage.bbb+"&token="+sessionStorage.token+"&os=h5&appversion=7&osStr=h5")
})
}
else if(data.state==1){
......
......@@ -12,7 +12,7 @@ else{
}
var bbb = location.href;
var data = url_get_params(bbb)
sessionStorage.kkk = data.token; //t
sessionStorage.token = data.token; //t
sessionStorage.bbb = data.uid; //u
sessionStorage.version = data.appversion;
sessionStorage.pkg=data.pkg;
......@@ -21,7 +21,7 @@ sessionStorage.roomId = data.roomid;
sessionStorage.pageID = data.pageID;
sessionStorage.appname = data.appname;
if(sessionStorage.roomId=='undefined')sessionStorage.roomId=0
// if (sessionStorage.kkk == undefined) {
// if (sessionStorage.token == undefined) {
// }
sessionStorage.jump=data.jump
......@@ -40,12 +40,12 @@ function url_get_params(url_path) {
}
if (bbb.indexOf("http://localhost:63342") > -1) {
sessionStorage.bbb = 23871190;
sessionStorage.kkk = 'debug'
sessionStorage.token = 'debug'
sessionStorage.roomId=23864554
}
if (bbb.indexOf("file:///") > -1) {
sessionStorage.bbb = 11144646;
sessionStorage.kkk = 'debug'
sessionStorage.token = 'debug'
sessionStorage.roomId=11137199
sessionStorage.lang=2
}
......@@ -55,7 +55,7 @@ $.ajaxSetup({
type: 'get',
data: {
uid: sessionStorage.bbb,
token: sessionStorage.kkk,
token: sessionStorage.token,
lang:sessionStorage.lang,
vest:0,
cid:'web_gw',
......@@ -191,18 +191,18 @@ function goReg(){
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
} else if(sessionStorage.pkg=='qiezi'){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
}
else{
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=yabo';
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=yabo';
}
}
function scrollTo(element,speed) {
......
......@@ -14,7 +14,7 @@ else{
}
var bbb = location.href;
var data = url_get_params(bbb)
sessionStorage.kkk = data.token; //t
sessionStorage.token = data.token; //t
sessionStorage.bbb = data.uid; //u
sessionStorage.version = data.appversion;
sessionStorage.pkg=data.pkg;
......@@ -38,12 +38,12 @@ function url_get_params(url_path) {
}
if (bbb.indexOf("http://localhost:63342") > -1) {
sessionStorage.bbb = 23871190;
sessionStorage.kkk = 'debug'
sessionStorage.token = 'debug'
sessionStorage.roomId=23864554
}
if (bbb.indexOf("file:///") > -1) {
sessionStorage.bbb = 11128395;
sessionStorage.kkk = 'debug'
sessionStorage.token = 'debug'
sessionStorage.roomId=11128395
sessionStorage.lang=2
}
......@@ -53,7 +53,7 @@ $.ajaxSetup({
type: 'get',
data: {
uid: sessionStorage.bbb,
token: sessionStorage.kkk,
token: sessionStorage.token,
lang:sessionStorage.lang,
vest:0,
cid:'web_gw',
......@@ -160,18 +160,18 @@ function goReg(){
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
} else if(sessionStorage.pkg=='qiezi'){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
}
else{
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=yabo';
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=yabo';
}
}
function scrollTo(element,speed) {
......
......@@ -243,7 +243,7 @@ $(function(){
"data": {
"msg": '跳转集合功能',
"jumptype": 3,
"url":'http://test.ybact.yazhaiyabo.com/activeFt/liveData/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&roomid='+sessionStorage.roomId+'',
"url":'http://test.ybact.yazhaiyabo.com/activeFt/liveData/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&roomid='+sessionStorage.roomId+'',
}
}
var obj2 = JSON.stringify(obj);
......
......@@ -11,7 +11,7 @@ else{
var bbb = location.href;
var data = url_get_params(bbb)
sessionStorage.kkk = data.token; //t
sessionStorage.token = data.token; //t
sessionStorage.bbb = data.uid; //u
sessionStorage.version = data.appversion;
sessionStorage.pkg=data.pkg;
......@@ -38,13 +38,13 @@ function url_get_params(url_path) {
}
if (bbb.indexOf("http://localhost:63342") > -1) {
sessionStorage.bbb = 23871190;
sessionStorage.kkk = 'debug'
sessionStorage.token = 'debug'
sessionStorage.roomId=23864554
}
if (bbb.indexOf("file:///") > -1) {
sessionStorage.lang=2
sessionStorage.bbb = 11134747;
sessionStorage.kkk = 'debug'
sessionStorage.token = 'debug'
sessionStorage.roomId=11134747;
sessionStorage.version=8890
sessionStorage.cid='web'
......@@ -57,7 +57,7 @@ $.ajaxSetup({
type: 'get',
data: {
uid: sessionStorage.bbb,
token: sessionStorage.kkk,
token: sessionStorage.token,
roomId:sessionStorage.roomId,
cid:sessionStorage.cid,
lang:sessionStorage.lang,
......@@ -166,18 +166,18 @@ function goReg(){
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
} else if(sessionStorage.pkg=='qiezi'){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
}
else{
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=yabo';
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=yabo';
}
}
function scrollTo(element,speed) {
......
......@@ -300,7 +300,7 @@ $(function(){
"data": {
"msg": '跳转集合功能',
"jumptype": 3,
"url": $url + 'activeFt/liveData/index.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.kkk + '&roomid=' + sessionStorage.roomId + '',
"url": $url + 'activeFt/liveData/index.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.token + '&roomid=' + sessionStorage.roomId + '',
}
}
var obj2 = JSON.stringify(obj);
......
......@@ -40,7 +40,7 @@ function url_get_params(url_path) {
}
if (bbb.indexOf("http://localhost:63342") > -1) {
sessionStorage.bbb = 23871190;
sessionStorage.kkk = 'debug'
sessionStorage.token = 'debug'
sessionStorage.roomId=23864554
}
if (bbb.indexOf("file:///") > -1) {
......@@ -168,18 +168,18 @@ function goReg(){
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
} else if(sessionStorage.pkg=='qiezi'){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
}
else{
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=yabo';
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=yabo';
}
}
function scrollTo(element,speed) {
......
......@@ -259,7 +259,7 @@ $(function(){
"data": {
"msg": '跳转集合功能',
"jumptype": 3,
"url":'https://fsactive.fusi.club/activeFt/liveData/index.html?uid='+sessionStorage.uid+'&token='+sessionStorage.kkk+'&roomid='+sessionStorage.roomId+'',
"url":'https://fsactive.fusi.club/activeFt/liveData/index.html?uid='+sessionStorage.uid+'&token='+sessionStorage.token+'&roomid='+sessionStorage.roomId+'',
}
}
var obj2 = JSON.stringify(obj);
......
......@@ -181,18 +181,18 @@ function goReg(){
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
} else if(sessionStorage.pkg=='qiezi'){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=qingliang';
}
}
else{
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=yabo';
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.token+'&pkg=yabo';
}
}
function scrollTo(element,speed) {
......
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