Commit 7065211d by dabai

邀请有奖

parent e5f5024b
......@@ -10,6 +10,11 @@
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="../../css/background.css">
<script src="../../lib/fsize.js"></script>
<script type="text/javascript">
if(localStorage.help=="newShare"){
window.location.href = 'shareHelp.html';
}
</script>
<title>اقتراحات ومشاكل幫助</title>
</head>
<style>
......
<!DOCTYPE html>
<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 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">
<meta name="wap-font-scale" content="no">
<link rel="stylesheet" href="css/base.css">
<script src="../../lib/fsize.js"></script>
<title></title>
<style type="text/css">
.main{
background-color: #FFF;
line-height: 1.1;
font-size: 0;
width: 10rem;
margin: 0 auto;
position: relative;
}
.mTitle{
position: relative;
margin-top: 0.773rem;
width: 100%;
font-size: 0.533rem;
color: #E53985;
font-weight: bold;
text-align: center;
}
.mTitle span{
background: url(images/left.png) no-repeat;
background-size: 100% 100%;
width: 0.853rem;
height: 0.133rem;
display: inline-block;
vertical-align: middle;
margin: -.05rem 0.24rem 0 0;
}
.mTitle span.right{
background: url(images/right.png) no-repeat;
background-size: 100% 100%;
margin-left: .24rem;
margin-right: 0;
}
.mBox{
margin: 0.6rem 0 0 0.546rem;
width: 9.05rem;
font-size: 0;
position: relative;
}
.mBoxTitle{
font-size: 0.426rem;
color: #333;
font-weight: bold;
}
.mBoxDesc{
font-size: 0.346rem;
color: #333;
margin-top: 0.346rem;
line-height: 1.3;
}
.mTitle2{
margin-top: 1.813rem;
}
.mBoxTitle2{
margin-top: 0.826rem;
}
</style>
</head>
<body>
<div class="main">
<p class="mTitle mTitle1"><span class="left"></span><span class="right"></span></p>
<div class="mBox mBox1">
<p class="mBoxTitle"></p>
<p class="mBoxDesc" ></p>
<p class="mBoxDesc"></p>
</div>
<p class="mTitle mTitle2"><span class="left"></span><span class="right"></span></p>
<div class="mBox mBox2">
<p class="mBoxTitle"></p>
<p class="mBoxDesc"></p>
<p class="mBoxTitle mBoxTitle2"></p>
<p class="mBoxDesc"></p>
</div>
</div>
</body>
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script src="../../lib/langchange.js?v=202010211100"></script>
<script type="text/javascript">
$('title').html(langList[langType].share19);
$('.mTitle1').html('<span class="left"></span>'+langList[langType].share19+'<span class="right"></span>');
$('.mBox1 p').eq(0).html(langList[langType].share20);
$('.mBox1 p').eq(1).html(langList[langType].share21);
$('.mBox1 p').eq(2).html(langList[langType].share22);
$('.mTitle2').html('<span class="left"></span>'+langList[langType].share23+'<span class="right"></span>');
$('.mBox2 p').eq(0).html(langList[langType].share24);
$('.mBox2 p').eq(1).html(langList[langType].share25);
$('.mBox2 p').eq(2).html(langList[langType].share26);
$('.mBox2 p').eq(3).html(langList[langType].share27);
</script>
<script>
</script>
</html>
\ No newline at end of file
body{
background-color: #FFF;
}
.ellipsis{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.hide{display: none;}
.main{
width: 10rem;
margin: 0 auto;
position: relative;
min-height: 100%;
font-size: 0;
background-color: #FFF;
line-height: 1.1;
}
.mList{
position: relative;
width: 9.066rem;
height: auto;
font-size: 0;
margin: 0 auto;
}
.mDetail{
height: 1.826rem;
width: 100%;
position: relative;
font-size: 0;
margin: 0 auto;
border-bottom: 1px solid #EFEFEF;
}
.mDetail a{
position: absolute;
left: 0;
top: 50%;
transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
width: 0.906rem;
height: 0.906rem;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
}
.mDetail a img{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
}
.mDetailInfo{
position: absolute;
left: 1.04rem;
top: 50%;
transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
width: 3.5rem;
font-size: 0;
}
.mDetailInfo p{
font-size: 0.373rem;
color: #343434;
}
.mDetailInfo p:nth-child(2){
margin-top: 0.133rem;
font-size: 0.266rem;
color: #999;
}
.mDetailNum{
position: absolute;
right: 0;
top: 0;
height: 1.826rem;
line-height: 1.826rem;
font-size: 0.373rem;
color: #666;
width: 4rem;
text-align: right;
}
.mDetailNum img{
width: 0.266rem;
height: 0.306rem;
vertical-align: middle;
margin: -.03rem 0.08rem 0 0.2rem;
}
.mDetailNum span{
color: #925EEB;
}
.notData{
position: relative;
width: 100%;
padding-top: 3.666rem;
font-size: 0;
text-align: center;
}
.notData img{
width: 1.746rem;
height: 2.24rem;
}
.notData p{
position: relative;
width: 100%;
text-align: center;
margin-top: 0.466rem;
font-size: 0.4rem;
color: #666;
}
body{
background-color: #FFF;
}
.ellipsis{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.hide{display: none;}
.main{
width: 10rem;
margin: 0 auto;
position: relative;
min-height: 100%;
font-size: 0;
background-color: #FFF;
line-height: 1.1;
}
.mTop{
background: url(../img/bgTop.png) no-repeat;
background-size: 100% 100%;
width: 10rem;
height: 14.24rem;
position: relative;
font-size: 0;
margin: 0 auto;
}
.mTopTitle{
background: url(../img/title_cn.png) no-repeat;
background-size: 100% 100%;
width: 5.933rem;
height: 2.68rem;
position: absolute;
left: 50%;
top: 1.506rem;
transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-o-transform: translate(-50%,0);
}
.L_En .mTopTitle{
background: url(../img/title_en.png) no-repeat;
background-size: 100% 100%;
width: 7.946rem;
height: 2.746rem;
}
.mTopBoxBg{
background: url(../img/tabbg.png) no-repeat;
background-size: 100% 100%;
width: 3.84rem;
height: 2.08rem;
position: absolute;
left: 0.706rem;
top: 10.5rem;
font-size: 0;
}
.mTopBox{
width: 3.84rem;
height: 2.08rem;
position: absolute;
left: 0.706rem;
top: 10.5rem;
font-size: 0;
z-index: 20;
}
.mTopBoxBg2,.mTopBox2{
left: 5.026rem;
}
.mTopBoxTitle,.mTopBoxNum{
position: absolute;
left: 0;
top: 0.346rem;
font-size: 0.32rem;
color: #343434;
text-align: center;
width: 100%;
}
.mTopBoxTitle span{
display: inline-block;
background: url(../img/next.png) no-repeat;
background-size: 100% 100%;
width: 0.12rem;
height: 0.2rem;
position: relative;
vertical-align: middle;
margin: -.05rem 0 0 0.106rem;
}
.mTopBoxNum{
font-size: 0.426rem;
color: #925EEB;
top: 0.866rem;
}
.mTopBoxNum span{
background: url(../img/tab-feather.png) no-repeat;
background-size: 100% 100%;
width: 0.346rem;
height: 0.4rem;
display: inline-block;
position: relative;
vertical-align: middle;
margin: -.05rem 0.066rem 0 0;
}
.mMask{
background: url(../img/masking.png) no-repeat;
background-size: 100% 100%;
width: 10rem;
height: 5.306rem;
position: absolute;
left: 0;
top: 10.55rem;
z-index: 10;
}
.mList{
background: #F781A0;
width: 100%;
margin: -1.3rem auto 0;
font-size: 0;
position: relative;
z-index: 20;
}
.mListTop{
position: relative;
width: 9.466rem;
height: 1.32rem;
margin: 0 auto;
font-size: 0;
}
.mListTop p{
background: url(../img/tl.png) no-repeat;
background-size: 100% 100%;
width: 4.733rem;
height: 1.32rem;
line-height: 1.32rem;
position: relative;
display: inline-block;
font-size: 0.453rem;
text-align: center;
color: #FFF;
}
.mListTop p:nth-child(2){
background: url(../img/tr.png) no-repeat;
background-size: 100% 100%;
}
.mListTop p.check{
background: url(../img/tl_check.png) no-repeat;
background-size: 100% 100%;
}
.mListTop p:nth-child(2).check{
background: url(../img/tr_check.png) no-repeat;
background-size: 100% 100%;
}
.mListCenter{
position: relative;
width: 9.466rem;
min-height: 3rem;
margin: 0 auto;
font-size: 0;
background-color: #FFF;
}
.mListTitle{
padding-top: 0.56rem;
width: 100%;
text-align: center;
font-size: 0;
position: relative;
}
.mListTitle p{
display: inline-block;
font-size: 0.4rem;
color: #9A9A9A;
padding-bottom: 0.2rem;
position: relative;
}
.mListTitle p:nth-child(2){
margin-left: 1.066rem;
}
.mListTitle p.check{
color: #343434;
}
.mListTitle p.check span{
width: 0.493rem;
height: 0.08rem;
background-color: #E53A86;
border-radius: 0.04rem;
-webkit-border-radius: 0.04rem;
-moz-border-radius: 0.04rem;
-ms-border-radius: 0.04rem;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-webkit-transform: translate(-50%,0);
-ms--transform: translate(-50%,0);
}
.mListBox{
position: relative;
width: 9.466rem;
font-size: 0;
margin: 0 auto;
min-height: 2rem;
padding-bottom: 2.5rem;
}
.mListDetail{
width: 100%;
height: 1.84rem;
position: relative;
font-size: 0;
}
.mListDetailNum{
position: absolute;
left: 0.2rem;
width: 1.04rem;
height: 1.84rem;
line-height: 1.84rem;
top: 0;
font-size: #666;
font-size: 0.373rem;
text-align: center;
}
.mListDetailNum img{
width: 0.666rem;
vertical-align: middle;
margin-top: -.05rem;
}
.mListDetail a{
position: absolute;
left: 1.106rem;
top: 50%;
transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
width: 0.906rem;
height: 0.906rem;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
}
.mListDetail a img{
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
object-fit: cover;
}
.mListDetailName,.mListDetailInfo{
position: absolute;
left: 2.213rem;
top: 0;
height: 1.84rem;
line-height: 1.84rem;
top: 0;
font-size: #343434;
font-size: 0.373rem;
width: 3rem;
}
.mListDetailInfo{
left: auto;
right: 0.466rem;
text-align: right;
width: 3.5rem;
}
.mListDetailInfo img{
width: 0.266rem;
height: 0.306rem;
vertical-align: middle;
margin: -.05rem 0.08rem 0 0.12rem;
}
.mListDetailInfo span{
color: #925EEB;
}
.shareBtnCon{
width: 9.466rem;
height: 1.64rem;
position: fixed;
bottom: 0;
left: 50%;
margin-left: -4.733rem;
z-index: 100;
background-color: #FFF;
text-align: center;
}
.shareBtn{
background: url(../img/btn1.png) no-repeat;
background-size: 100% 100%;
width: 6.28rem;
height: 1.64rem;
position: relative;
margin: 0 auto;
font-size: 0;
}
.shareDesc{
position: relative;
width: 100%;
height: 1.2rem;
line-height: 1.2rem;
text-align: center;
font-size: 0.48rem;
color: #FFF;
}
.kfBtn{
background: url(../img/kf.png) no-repeat;
background-size: 100% 100%;
width: 1rem;
height: 0.88rem;
position: fixed;
right: 0;
top: .5rem;
z-index: 1000;
}
.mCode{
position: absolute;
width: 100%;
left: 0;
top: 4.4rem;
text-align: center;
font-size: 0.346rem;
color: #FFF;
text-align: center;
z-index: 50;
}
.mCode span{
background: url(../img/copy.png) no-repeat;
background-size: 100% 100%;
display: inline-block;
position: relative;
width: 0.306rem;
height: 0.306rem;
vertical-align: middle;
margin: -.05rem 0 0 0.18rem;
}
<!DOCTYPE html>
<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 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">
<meta name="wap-font-scale" content="no">
<title></title>
<link rel="stylesheet" href="../../css/base.css">
<link rel="stylesheet" href="css/index.css?v=202010211055">
<script src="../../lib/fsize.js"></script>
</head>
<body>
<div class="main">
<span class="kfBtn" onclick="goKf()"></span>
<p class="mCode"></p>
<div class="mTop">
<div class="mTopTitle"></div>
<div class="mTopBoxBg mTopBoxBg1"></div>
<div class="mTopBoxBg mTopBoxBg2"></div>
<div class="mTopBox mTopBox1" onclick="goReward();">
<p class="mTopBoxTitle"></p>
<p class="mTopBoxNum ellipsis"></p>
</div>
<div class="mTopBox mTopBox2" onclick="goNum();">
<p class="mTopBoxTitle"></p>
<p class="mTopBoxNum ellipsis"></p>
</div>
</div>
<div class="mMask"></div>
<div class="mList">
<div class="mListTop">
<p class="check"></p>
<p></p>
</div>
<div class="mListCenter">
<div class="mListTitle">
<p class="check"></p>
<p></p>
</div>
<div class="mListBox"></div>
</div>
</div>
<div class="shareBtnCon">
<div class="shareBtn">
<div class="shareDesc" onclick="showShare();"></div>
</div>
</div>
</div>
</body>
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script src="../../lib/langchange.js?v=202010211055"></script>
<script src="../../layer-v3.1.0/layer/layer.js"></script>
<script type="text/javascript">
if(langType!=0){
$('body').addClass('L_En')
}
//var $url = 'http://ceshi.yabolive.tv/footseen';
var $url = 'https://www.footseen.com/footseen';
$('title').html(langList[langType].share11);
localStorage.help="newShare";
$('.mTopBox1 .mTopBoxTitle').html(langList[langType].share1+'<span></span>');
$('.mTopBox2 .mTopBoxTitle').html(langList[langType].share2+'<span></span>');
$('.mListTop p').eq(0).html(langList[langType].share3);
$('.mListTop p').eq(1).html(langList[langType].share4);
$('.mListTitle p').eq(0).html(langList[langType].share5+'<span></span>');
$('.mListTitle p').eq(1).html(langList[langType].share6+'<span></span>');
$('.shareDesc').html(langList[langType].share10);
var params = getRequest();
sessionStorage.token = params.token;
sessionStorage.uid = params.uid;
if(langType == 0){
$('.mCode').html(langList[langType].share28+sessionStorage.uid+'<span></span>');
} else {
$('.mCode').html(langList[langType].share28+'"'+sessionStorage.uid+'"<span></span>');
}
//複製 邀請碼
$('.mCode span').on('click',function(){
copyText(sessionStorage.uid);
setTimeout(function(){
layer.msg(langList[langType].share29);
},500)
})
//獎勵榜 人數榜切換
$('.mListTop p').on('click',function(){
$('.mListTop p').removeClass('check');
$(this).addClass('check');
$('.mListTitle p').removeClass('check').eq(0).addClass('check');
if($(this).index()==0){
getRankRewardList(0);
} else if($(this).index()==1){
getRankNumberList(1);
}
})
//本月 上月 切換
$('.mListTitle p').on('click',function(){
$('.mListTitle p').removeClass('check');
$(this).addClass('check');
//獎勵榜 本月 上月切換
if($('.mListTop p.check').index()==0){
if($(this).index()==0){
getRankRewardList(0);
} else if($(this).index() == 1){
getRankRewardList(-1);
}
} else if($('.mListTop p.check').index()==1){
if($(this).index()==0){
getRankNumberList(0);
} else if($(this).index() == 1){
getRankNumberList(-1);
}
}
})
//右上角幫助
try{
var helpObj={
"cid": 9,
"reqCode": new Date().getTime(),
"data":{
msg:'是否分享或帮助',
shareType:0,
helpType:1,
}
}
var helpJSON=JSON.stringify(helpObj);
appCollaboration(helpJSON)
} catch (err){
}
//前往客服聊天
function goKf(){
$.ajax({
url:$ip+"/user/getKfInfo.html",
data:{
uid:sessionStorage.bbb,
token:sessionStorage.kkk,
os:"WEB",
cid:"web_gw",
vest:0,
lang:sessionStorage.lang
},
type:"post",
dataType:"JSON",
success: function (data) {
var obj={
"cid": 4,
"reqCode": new Date().getTime(),
"data": {
"msg": langList[langType].share19,
"customerLayer":1,
"uid":data.kf.kfId,
"face":'http://app.ixiulive.com/static/images/footseenkf.png',
"nickname":data.kf.kfName
}
}
var objCust=JSON.stringify(obj);
console.log(objCust)
appCollaboration(objCust)
}
})
}
//前往邀请奖励
function goReward(){
var obj = {
"cid":15,
"reqCode": new Date().getTime(),
"data": {
"urls": [
{
"url":$url+'/Nesting/newShare/myRechargeReward.html'+window.location.search,
"title":langList[langType].share12,
"rightBtnImageURL":'',
"rightBtnClickURL":''
},
{
"url":$url+'/Nesting/newShare/myGiftReward.html'+window.location.search,
"title":langList[langType].share13,
"rightBtnImageURL":'',
"rightBtnClickURL":''
}
],
"select":0,
"titleColor":"#858585",
"titleSelectedColor":"#E53985",
"titleBackground":'#FFFFFF',
}
}
console.log(obj)
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
}
//前往邀請人數
function goNum(){
window.location.href = 'myShareNum.html'+location.search;
}
//获取邀请信息
getUserData();
function getUserData(){
$.ajax({
url:$ip+"/agent/getUserData.html",
type:"post",
dataType:"JSON",
data:{
page:1,
uid:sessionStorage.uid,
token:sessionStorage.token,
os:"WEB",
cid:"web_gw",
lang:sessionStorage.lang
},
success: function (res) {
if(res.code == 1){
console.log(res);
//邀請總獎勵
$('.mTopBox1 .mTopBoxNum').html('<span></span>'+res.reward);
//邀請人數
$('.mTopBox2 .mTopBoxNum').html(res.total);
} else {
layer.msg(res.msg);
}
}
})
}
//邀請獎勵榜單 type 0:本月 ,-1:上月
getRankRewardList(0);
function getRankRewardList(type){
$.ajax({
url:$ip+"/agent/getRankRewardList.html",
type:"post",
dataType:"JSON",
data:{
page:1,
type:type,
uid:sessionStorage.uid,
token:sessionStorage.token,
lang:sessionStorage.lang,
os:"WEB",
cid:"web_gw",
},
success:function(res){
if(res.code == 1){
console.log(res);
var str = '';
var data = res.dataList;
for(var i=0;i<data.length;i++){
str += '<div class="mListDetail">';
if(i<3){
str += '<span class="mListDetailNum"><img src="img/'+(i+1)+'.png"/></span>';
} else {
str += '<span class="mListDetailNum">'+(i+1)+'</span>';
}
str += ' <a href="http://yazhai://_' + data[i].uid + '_zone">';
if(data[i].face == '/user/boy.png' || data[i].face == '/user/girl.png' ){
str += ' <img src="https://app.ixiulive.com/static/images/head2.png"/>'
} else {
str += ' <img src="'+cdn+data[i].face+'?x-oss-process=image/resize,w_80"/>'
}
str += ' </a>';
str += ' <span class="mListDetailName ellipsis">'+data[i].nickName+'</span>';
str += ' <p class="mListDetailInfo">'+langList[langType].share7+'<img src="img/listicon.png"><span>'+data[i].rewardBonds+'</span></p>';
str += '</div>';
}
$('.mListBox').html(str);
} else {
layer.msg(res.msg);
}
}
})
}
//邀請人數榜單 type 0:本月 ,-1:上月
function getRankNumberList(type){
$.ajax({
url:$ip+"/agent/getRankNumberList.html",
type:"post",
dataType:"JSON",
data:{
page:1,
type:type,
uid:sessionStorage.uid,
token:sessionStorage.token,
lang:sessionStorage.lang,
os:"WEB",
cid:"web_gw",
},
success:function(res){
if(res.code == 1){
console.log(res);
var str = '';
var data = res.dataList;
for(var i=0;i<data.length;i++){
str += '<div class="mListDetail">';
if(i<3){
str += '<span class="mListDetailNum"><img src="img/'+(i+1)+'.png"/></span>';
} else {
str += '<span class="mListDetailNum">'+(i+1)+'</span>';
}
str += ' <a href="http://yazhai://_' + data[i].uid + '_zone">';
if(data[i].face == '/user/boy.png' || data[i].face == '/user/girl.png' ){
str += ' <img src="https://app.ixiulive.com/static/images/head2.png"/>'
} else {
str += ' <img src="'+cdn+data[i].face+'?x-oss-process=image/resize,w_80"/>'
}
str += ' </a>';
str += ' <span class="mListDetailName ellipsis">'+data[i].nickName+'</span>';
str += ' <p class="mListDetailInfo">'+langList[langType].share8+data[i].total+langList[langType].share9+'</p>';
str += '</div>';
}
$('.mListBox').html(str);
} else {
layer.msg(res.msg);
}
}
})
}
//分享
function showShare(){
$.ajax({
url:$ip+"/agent/getqrcode.html",
type:"post",
data:{
lang: sessionStorage.lang,
cid: 'h5_gw',
os: 'h5',
uid:sessionStorage.uid,
token:sessionStorage.token
},
success: function (msg) {
console.log(msg)
var data=JSON.parse(msg)
if(data.code==1){
picImg=data.qrurl;
var obj = {
"cid": 3,
"reqCode": new Date().getTime(),
"data":{
"shareContent": {
"pic": $url+'/img/code.png',
"title":langList[langType].share1,
"text":langList[langType].share2,
"webpage":'http://footseen.xyz/share.html?agentCode='+sessionStorage.uid+'&bindType=3&lang='+sessionStorage.lang+'&type=1',
},
"shareType":{
"wechat":3,
"wechat_moment":3,
"facebook":3,
"line":3,
"link":3,
"whatsApp":3,
"twitter":3
}
}
}
console.log(obj)
var obj2=JSON.stringify(obj);
appCollaboration(obj2)
}
}
})
}
function appCollaboration(msg) {
var sUserAgent = navigator.userAgent.toLowerCase();
var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
var bIsMidp = sUserAgent.match(/midp/i) == "midp";
var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
var bIsAndroid = sUserAgent.match(/android/i) == "android";
var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
if (!(bIsIpad|| bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) ){
}
else if(bIsAndroid){
window.yazhai.appCollaboration(msg);
}else if(bIsIphoneOs||bIsIpad){
window.webkit.messageHandlers.appCollaboration.postMessage(msg);
}
}
//客户端回调结果
function appCallback(msg) {
console.log(msg);
}
//複製到剪切板
function copyText(text) {
var textarea = document.createElement("textarea");
var currentFocus = document.activeElement;
document.body.appendChild(textarea);
textarea.value = text;
textarea.focus();
if (textarea.setSelectionRange)
textarea.setSelectionRange(0, textarea.value.length);
else
textarea.select();
try {
var flag = document.execCommand("copy");
} catch(eo){
var flag = false;
}
document.body.removeChild(textarea);
currentFocus.focus();
return flag;
}
</script>
</html>
\ No newline at end of file
<!DOCTYPE html>
<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 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">
<meta name="wap-font-scale" content="no">
<title></title>
<link rel="stylesheet" href="../../css/base.css">
<link rel="stylesheet" href="css/desc.css?v=202010211058">
<script src="../../lib/fsize.js"></script>
</head>
<body>
<div class="main">
<div class="mList"></div>
</div>
</body>
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script src="../../js/time.js"></script>
<script src="../../lib/langchange.js?v=202010211058"></script>
<script type="text/javascript">
$.ajax({
url:$ip+"/agent/getHarvestGiftList.html",
type:"post",
data:{
page:1,
type:0,
uid:getRequest().uid,
token:getRequest().token,
os:"WEB",
cid:"web_gw",
lang:sessionStorage.lang
},
success: function (msg) {
var res=JSON.parse(msg);
console.log(res);
var str = '';
var list = res.dataList;
if(list.length>0){
for(var i=0;i<list.length;i++){
str += '<div class="mDetail">';
str += ' <a href="http://yazhai://_' + list[i].uid + '_zone">';
if(list[i].face == '/user/boy.png' || list[i].face == '/user/girl.png'){
str += ' <img src="https://app.ixiulive.com/static/images/head2.png?x-oss-process=image/resize,w_72" />';
} else {
str += ' <img src="' + cdn + list[i].face + '?x-oss-process=image/resize,w_72" />';
}
str += '';
str += ' </a>';
str += ' <div class="mDetailInfo ellipsis">';
str += ' <p class="ellipsis">'+list[i].nickName+'</p>';
str += ' <p class="ellipsis">'+replaceTime(list[i].timeDate)+'</p>';
str += ' </div>';
str += ' <p class="mDetailNum ellipsis">'+langList[langType].share7+'<img src="img/listicon.png"/><span>'+list[i].rewardBonds+'</span></p>';
str += '</div>';
}
} else {
str += '<div class="notData">';
str += ' <img src="img/no.png">';
str += ' <p>'+langList[langType].share16+'</p>';
str += '</div>';
}
$('.mList').html(str);
}
})
</script>
</html>
\ No newline at end of file
<!DOCTYPE html>
<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 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">
<meta name="wap-font-scale" content="no">
<title></title>
<link rel="stylesheet" href="../../css/base.css">
<link rel="stylesheet" href="css/desc.css?v=202010211058">
<script src="../../lib/fsize.js"></script>
</head>
<body>
<div class="main">
<div class="mList"></div>
</div>
</body>
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script src="../../js/time.js"></script>
<script src="../../lib/langchange.js?v=202010211058"></script>
<script type="text/javascript">
$.ajax({
url:$ip+"/agent/getRechargeRebateList.html",
type:"post",
data:{
page:1,
type:0,
uid:getRequest().uid,
token:getRequest().token,
os:"WEB",
cid:"web_gw",
lang:sessionStorage.lang
},
success: function (msg) {
var res=JSON.parse(msg);
console.log(res);
var str = '';
var list = res.dataList;
if(list.length>0){
for(var i=0;i<list.length;i++){
str += '<div class="mDetail">';
str += ' <a href="http://yazhai://_' + list[i].uid + '_zone">';
if(list[i].face == '/user/boy.png' || list[i].face == '/user/girl.png'){
str += ' <img src="https://app.ixiulive.com/static/images/head2.png?x-oss-process=image/resize,w_72" />';
} else {
str += ' <img src="' + cdn + list[i].face + '?x-oss-process=image/resize,w_72" />';
}
str += '';
str += ' </a>';
str += ' <div class="mDetailInfo ellipsis">';
str += ' <p class="ellipsis">'+list[i].nickName+'</p>';
str += ' <p class="ellipsis">'+replaceTime(list[i].timeDate)+'</p>';
str += ' </div>';
str += ' <p class="mDetailNum ellipsis">'+langList[langType].share7+'<img src="img/listicon.png"/><span>'+list[i].rewardBonds+'</span></p>';
str += '</div>';
}
} else {
str += '<div class="notData">';
str += ' <img src="img/no.png">';
str += ' <p>'+langList[langType].share15+'</p>';
str += '</div>';
}
$('.mList').html(str);
}
})
</script>
</html>
\ No newline at end of file
<!DOCTYPE html>
<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 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">
<meta name="wap-font-scale" content="no">
<title></title>
<link rel="stylesheet" href="../../css/base.css">
<link rel="stylesheet" href="css/desc.css?v=202010211058">
<script src="../../lib/fsize.js"></script>
</head>
<body>
<div class="main">
<div class="mList"></div>
</div>
</body>
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script src="../../js/time.js"></script>
<script src="../../lib/langchange.js?v=202010211058"></script>
<script type="text/javascript">
$('title').html(langList[langType].share14);
$.ajax({
url:$ip+"/agent/getInviteUserList.html",
type:"post",
data:{
page:1,
type:0,
uid:getRequest().uid,
token:getRequest.token,
os:"WEB",
cid:"web_gw",
lang:sessionStorage.lang
},
success: function (msg) {
var res=JSON.parse(msg);
console.log(res);
var str = '';
var list = res.dataList;
if(list.length>0){
for(var i=0;i<list.length;i++){
str += '<div class="mDetail">';
str += ' <a href="http://yazhai://_' + list[i].uid + '_zone">';
if(list[i].face == '/user/boy.png' || list[i].face == '/user/girl.png'){
str += ' <img src="https://app.ixiulive.com/static/images/head2.png?x-oss-process=image/resize,w_72" />';
} else {
str += ' <img src="' + cdn + list[i].face + '?x-oss-process=image/resize,w_72" />';
}
str += '';
str += ' </a>';
str += ' <div class="mDetailInfo ellipsis">';
str += ' <p class="ellipsis">'+list[i].nickName+'</p>';
str += ' <p class="ellipsis">'+replaceTime(list[i].timeDate)+'</p>';
str += ' </div>';
str += ' <p class="mDetailNum ellipsis">ID:'+list[i].uid+'</p>';
str += '</div>';
}
} else {
str += '<div class="notData">';
str += ' <img src="img/no.png">';
str += ' <p>'+langList[langType].share17+'</p>';
str += '</div>';
}
$('.mList').html(str);
}
})
</script>
</html>
\ No newline at end of file
......@@ -330,6 +330,63 @@ var langList = [
'help16':'2000親密度可解鎖“親密"關係,成為親密關係後,私信免費',
'help17':'5000親密度可解鎖聲訊/視訊功能',
'help18':'2000親密度可解鎖私信功能',
'share1':'邀請總獎勵',
'share2':'邀請人數',
'share3':'獎勵榜',
'share4':'人數榜',
'share5':'本月',
'share6':'上月',
'share7':'獎勵',
'share8':'邀請了',
'share9':'人',
'share10':'立即邀請',
'share11':'邀請有獎',
'share12':'充值獎勵',
'share13':'收禮獎勵',
'share14':'我邀請的人',
'share15':'暫無充值獎勵數據',
'share16':'暫無收禮獎勵數據',
'share17':'暫無邀請人數數據',
'share18':'嗨,关于邀请有奖励,请问有什么可以帮助您?',
'share19':'邀請獎勵說明',
'share20':'成功邀請4人及以上',
'share21':'奖励一:5%的好友充值獎勵(羽毛)',
'share22':'奖励二:5%的好友收礼獎勵(羽毛)',
'share23':'邀請步驟說明',
'share24':'第一步',
'share25':'點擊「立即邀請」分享給好友',
'share26':'第二步',
'share27':'你的好友通過你分享的鏈接下載並且註冊螢火蟲直播APP,你會收到系統通知,視為邀請成功。點擊處查看你請的人>如果未能邀請成功,請您的好友在「我的」-「填寫邀請碼」填寫你的邀請碼,即可邀請成功。',
'share28':'你的邀請碼:',
'share29':'已複製到粘貼板',
'income1':'直播間收益',
'income2':'活動收益',
'income3':'邀請收益',
'income4':'視訊/聲訊收益',
'income5':'守護收益',
'income6':'其他收益',
'income7':'今日',
'income8':'本週',
'income9':'上週',
'income10':'本月',
'income11':'上月',
'income12':'自定義',
'income13':'選擇日期',
'income14':'暫時沒有收益記錄',
'income15':'時長收入',
'income16':'禮物收入',
'income17':'通話',
'income18':'分鐘',
'income19':'秒',
'income20':'年',
'income21':'月',
'income22':'日',
'income23':'累計羽毛(直播間與羽毛,視訊羽毛除外)只展示2020年1月1月00:00之後的數據。',
'income24':'確認',
'income25':'取消',
'income26':'私聊收益',
},
//英文
{
......@@ -662,6 +719,63 @@ var langList = [
'help16':'2000 Intimacy can unlock Intimacy Friend .Private message will be free after being Intimacy Friend',
'help17':'5000 Intimacy can unlock voice/video call',
'help18':'5000 Intimacy can unlock private message function',
'share1':'Total Invitation Bonus',
'share2':'Total Friends Invited',
'share3':'Bonus List',
'share4':'Friends Invited List',
'share5':'This Month',
'share6':'Last Month',
'share7':'',
'share8':'',
'share9':' people',
'share10':'Invite Now',
'share11':'Invitation Bonus',
'share12':'Top-up',
'share13':'Receiving Gifts',
'share14':'Total Friends Invited',
'share15':'No top-up bonus data currently',
'share16':'No receiving gifts bonus data currently',
'share17':'No invite friends data temporarily',
'share18':'Hi ,for invitation bonus,what can I help you?',
'share19':'Invitation Bonus',
'share20':'If you invited 4 Friends or obove',
'share21':'Bonus1: When your invited friend Top-up GEMs,you can get 5% bonus FEATHERs.eg,your friend buy 1000 GEMs,you can get 1000*10*5%=500FEATHERs.',
'share22':'Bonus2: When your invited friend receive gifts in the application,you can get 5% bonus FEATHERs.eg,your friend start a live broadcast and receive 1000 GEMs gifts in total,you can get 1000*10*5%=500FEATHERs.',
'share23':'Invitation Step',
'share24':'Step 1',
'share25':'Click 「Invite Now」 in the activity page to share Firefly download link to friends.',
'share26':'Step 2',
'share27':'Your friends download and register Firefly Live through your shared link ,system will drop you a message to indicate invitation success.Click to check your invited friends><br>If you don\'t received such message,please ask your friend to fill in your "Invitation code"in his "Personal" panel.Operation details as belows:',
'share28':'Your invitation code is ',
'share29':'copied to pasteboard successfully',
'income1':'Room Income',
'income2':'Activity Income',
'income3':'Invite Income',
'income4':'Video Income',
'income5':'Guard Income',
'income6':'Other Income',
'income7':'Today',
'income8':'This week',
'income9':'Last week',
'income10':'This month',
'income11':'Last month',
'income12':'Custom',
'income13':'Select date',
'income14':'No income data yet',
'income15':'Call duration',
'income16':'gift duration',
'income17':'call',
'income18':'min',
'income19':'s',
'income20':'year',
'income21':'month',
'income22':'day',
'income23':'Total FEATHERs(Room FEATHERs ,Video FEATHERs are excluded)only calculate the data after 2020/1/1 00:00',
'income24':'Sure',
'income25':'Cancel',
'income26':'IM Income',
},
{
'paytitle':'الشحن',
......@@ -993,6 +1107,63 @@ var langList = [
'help16':'2000 Intimacy can unlock Intimacy Friend .Private message will be free after being Intimacy Friend',
'help17':'5000 Intimacy can unlock voice/video call',
'help18':'5000 Intimacy can unlock private message function',
'share1':'Total Invitation Bonus',
'share2':'Total Friends Invited',
'share3':'Bonus List',
'share4':'Friends Invited List',
'share5':'This Month',
'share6':'Last Month',
'share7':'',
'share8':'',
'share9':' people',
'share10':'Invite Now',
'share11':'Invitation Bonus',
'share12':'Top-up',
'share13':'Receiving Gifts',
'share14':'Total Friends Invited',
'share15':'No top-up bonus data currently',
'share16':'No receiving gifts bonus data currently',
'share17':'No invite friends data temporarily',
'share18':'Hi ,for invitation bonus,what can I help you?',
'share19':'Invitation Bonus',
'share20':'If you invited 4 Friends or obove',
'share21':'Bonus1: When your invited friend Top-up GEMs,you can get 5% bonus FEATHERs.eg,your friend buy 1000 GEMs,you can get 1000*10*5%=500FEATHERs.',
'share22':'Bonus2: When your invited friend receive gifts in the application,you can get 5% bonus FEATHERs.eg,your friend start a live broadcast and receive 1000 GEMs gifts in total,you can get 1000*10*5%=500FEATHERs.',
'share23':'Invitation Step',
'share24':'Step 1',
'share25':'Click 「Invite Now」 in the activity page to share Firefly download link to friends.',
'share26':'Step 2',
'share27':'Your friends download and register Firefly Live through your shared link ,system will drop you a message to indicate invitation success.Click to check your invited friends><br>If you don\'t received such message,please ask your friend to fill in your "Invitation code"in his "Personal" panel.Operation details as belows:',
'share28':'Your invitation code is ',
'share29':'copied to pasteboard successfully',
"income1":"دخل البث",
"income2":"دخل النشاط",
"income3":"دخل الدعوة",
"income4":"دخل المكالمة",
"income5":"دخل الحارس",
"income6":"الدخل الأخر",
"income7":"يوم",
"income8":"الأسبوع الجاري",
"income9":"الاسبوع الماضى",
"income10":"الشهر الجاري",
"income11":"الشهر الماضى",
"income12":"Custom",
"income13":"اختر التاريخ",
"income14":"لا يوجد بيانات الدخل بعد",
"income15":"مدة المكالمة",
"income16":"مدة الهدية",
"income17":"مكالمة",
"income18":"دقيقة",
"income19":"ثانيا",
"income20":"سنة",
"income21":"شهر",
"income22":"يوم",
"income23":"جميع FEATHERs (لم يتضمن FEATHERs من البث والمكالمة) فقط احسب البيانات بعد 2020/1/1 00:00 (UTC/GMT+08:00)",
"income24":"تم",
"income25":"إلغاء",
"income26":"دخل IM",
},
{
"paytitle":"เติม GEMs",
......@@ -1352,6 +1523,36 @@ var langList = [
'help16':'2000 Intimacy can unlock Intimacy Friend .Private message will be free after being Intimacy Friend',
'help17':'5000 Intimacy can unlock voice/video call',
'help18':'5000 Intimacy can unlock private message function',
'share1':'Total Invitation Bonus',
'share2':'Total Friends Invited',
'share3':'Bonus List',
'share4':'Friends Invited List',
'share5':'This Month',
'share6':'Last Month',
'share7':'',
'share8':'',
'share9':' people',
'share10':'Invite Now',
'share11':'Invitation Bonus',
'share12':'Top-up',
'share13':'Receiving Gifts',
'share14':'Total Friends Invited',
'share15':'No top-up bonus data currently',
'share16':'No receiving gifts bonus data currently',
'share17':'No invite friends data temporarily',
'share18':'Hi ,for invitation bonus,what can I help you?',
'share19':'Invitation Bonus',
'share20':'If you invited 4 Friends or obove',
'share21':'Bonus1: When your invited friend Top-up GEMs,you can get 5% bonus FEATHERs.eg,your friend buy 1000 GEMs,you can get 1000*10*5%=500FEATHERs.',
'share22':'Bonus2: When your invited friend receive gifts in the application,you can get 5% bonus FEATHERs.eg,your friend start a live broadcast and receive 1000 GEMs gifts in total,you can get 1000*10*5%=500FEATHERs.',
'share23':'Invitation Step',
'share24':'Step 1',
'share25':'Click 「Invite Now」 in the activity page to share Firefly download link to friends.',
'share26':'Step 2',
'share27':'Your friends download and register Firefly Live through your shared link ,system will drop you a message to indicate invitation success.Click to check your invited friends><br>If you don\'t received such message,please ask your friend to fill in your "Invitation code"in his "Personal" panel.Operation details as belows:',
'share28':'Your invitation code is ',
'share29':'copied to pasteboard successfully',
},
{
"paytitle":"Nạp GEMs",
......@@ -1711,6 +1912,36 @@ var langList = [
'help16':'2000 Intimacy can unlock Intimacy Friend .Private message will be free after being Intimacy Friend',
'help17':'5000 Intimacy can unlock voice/video call',
'help18':'5000 Intimacy can unlock private message function',
'share1':'Total Invitation Bonus',
'share2':'Total Friends Invited',
'share3':'Bonus List',
'share4':'Friends Invited List',
'share5':'This Month',
'share6':'Last Month',
'share7':'',
'share8':'',
'share9':' people',
'share10':'Invite Now',
'share11':'Invitation Bonus',
'share12':'Top-up',
'share13':'Receiving Gifts',
'share14':'Total Friends Invited',
'share15':'No top-up bonus data currently',
'share16':'No receiving gifts bonus data currently',
'share17':'No invite friends data temporarily',
'share18':'Hi ,for invitation bonus,what can I help you?',
'share19':'Invitation Bonus',
'share20':'If you invited 4 Friends or obove',
'share21':'Bonus1: When your invited friend Top-up GEMs,you can get 5% bonus FEATHERs.eg,your friend buy 1000 GEMs,you can get 1000*10*5%=500FEATHERs.',
'share22':'Bonus2: When your invited friend receive gifts in the application,you can get 5% bonus FEATHERs.eg,your friend start a live broadcast and receive 1000 GEMs gifts in total,you can get 1000*10*5%=500FEATHERs.',
'share23':'Invitation Step',
'share24':'Step 1',
'share25':'Click 「Invite Now」 in the activity page to share Firefly download link to friends.',
'share26':'Step 2',
'share27':'Your friends download and register Firefly Live through your shared link ,system will drop you a message to indicate invitation success.Click to check your invited friends><br>If you don\'t received such message,please ask your friend to fill in your "Invitation code"in his "Personal" panel.Operation details as belows:',
'share28':'Your invitation code is ',
'share29':'copied to pasteboard successfully',
},
{
"paytitle":"GEMsチャージ",
......@@ -2070,6 +2301,36 @@ var langList = [
'help16':'2000 Intimacy can unlock Intimacy Friend .Private message will be free after being Intimacy Friend',
'help17':'5000 Intimacy can unlock voice/video call',
'help18':'5000 Intimacy can unlock private message function',
'share1':'Total Invitation Bonus',
'share2':'Total Friends Invited',
'share3':'Bonus List',
'share4':'Friends Invited List',
'share5':'This Month',
'share6':'Last Month',
'share7':'',
'share8':'',
'share9':' people',
'share10':'Invite Now',
'share11':'Invitation Bonus',
'share12':'Top-up',
'share13':'Receiving Gifts',
'share14':'Total Friends Invited',
'share15':'No top-up bonus data currently',
'share16':'No receiving gifts bonus data currently',
'share17':'No invite friends data temporarily',
'share18':'Hi ,for invitation bonus,what can I help you?',
'share19':'Invitation Bonus',
'share20':'If you invited 4 Friends or obove',
'share21':'Bonus1: When your invited friend Top-up GEMs,you can get 5% bonus FEATHERs.eg,your friend buy 1000 GEMs,you can get 1000*10*5%=500FEATHERs.',
'share22':'Bonus2: When your invited friend receive gifts in the application,you can get 5% bonus FEATHERs.eg,your friend start a live broadcast and receive 1000 GEMs gifts in total,you can get 1000*10*5%=500FEATHERs.',
'share23':'Invitation Step',
'share24':'Step 1',
'share25':'Click 「Invite Now」 in the activity page to share Firefly download link to friends.',
'share26':'Step 2',
'share27':'Your friends download and register Firefly Live through your shared link ,system will drop you a message to indicate invitation success.Click to check your invited friends><br>If you don\'t received such message,please ask your friend to fill in your "Invitation code"in his "Personal" panel.Operation details as belows:',
'share28':'Your invitation code is ',
'share29':'copied to pasteboard successfully',
},
{
......@@ -2430,6 +2691,36 @@ var langList = [
'help16':'2000 Intimacy can unlock Intimacy Friend .Private message will be free after being Intimacy Friend',
'help17':'5000 Intimacy can unlock voice/video call',
'help18':'5000 Intimacy can unlock private message function',
'share1':'Total Invitation Bonus',
'share2':'Total Friends Invited',
'share3':'Bonus List',
'share4':'Friends Invited List',
'share5':'This Month',
'share6':'Last Month',
'share7':'',
'share8':'',
'share9':' people',
'share10':'Invite Now',
'share11':'Invitation Bonus',
'share12':'Top-up',
'share13':'Receiving Gifts',
'share14':'Total Friends Invited',
'share15':'No top-up bonus data currently',
'share16':'No receiving gifts bonus data currently',
'share17':'No invite friends data temporarily',
'share18':'Hi ,for invitation bonus,what can I help you?',
'share19':'Invitation Bonus',
'share20':'If you invited 4 Friends or obove',
'share21':'Bonus1: When your invited friend Top-up GEMs,you can get 5% bonus FEATHERs.eg,your friend buy 1000 GEMs,you can get 1000*10*5%=500FEATHERs.',
'share22':'Bonus2: When your invited friend receive gifts in the application,you can get 5% bonus FEATHERs.eg,your friend start a live broadcast and receive 1000 GEMs gifts in total,you can get 1000*10*5%=500FEATHERs.',
'share23':'Invitation Step',
'share24':'Step 1',
'share25':'Click 「Invite Now」 in the activity page to share Firefly download link to friends.',
'share26':'Step 2',
'share27':'Your friends download and register Firefly Live through your shared link ,system will drop you a message to indicate invitation success.Click to check your invited friends><br>If you don\'t received such message,please ask your friend to fill in your "Invitation code"in his "Personal" panel.Operation details as belows:',
'share28':'Your invitation code is ',
'share29':'copied to pasteboard successfully',
},
]
......
......@@ -157,7 +157,7 @@
if(!(bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM)) {} else if(bIsAndroid) {
} else if(bIsIphoneOs || bIsIpad) {
window.location.href = 'test2.html'+location.search;
window.location.href = 'share2.html'+location.search;
}
}
browserRedirect();
......
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