Commit 45e80321 by agan

xg

parent ac299fe7
...@@ -101,78 +101,78 @@ ...@@ -101,78 +101,78 @@
// } // }
// } // }
// if (getRequest().appversion >= 7400) { // if (getRequest().appversion >= 7400) {
// tellCliIcon(); // tellCliIcon();
// $('.help').hide(); // $('.help').hide();
// $firefly.changeTitle2(); // $firefly.changeTitle2();
// function tellCliIcon() { // function tellCliIcon() {
// let mInfos = [ //第一级 右上角展示的Icon // let mInfos = [ //第一级 右上角展示的Icon
// { // {
// "imgUrl": 'https://app.ixiulive.com/static/app/img/kf.png', // "imgUrl": 'https://app.ixiulive.com/static/app/img/kf.png',
// "explain": '客服', // "explain": '客服',
// "webFunc": "$firefly.goCustomerService()", // "webFunc": "$firefly.goCustomerService()",
// }, // },
// { // {
// "imgUrl": 'https://app.ixiulive.com/static/app/img/share1.png?v=202304191549', // "imgUrl": 'https://app.ixiulive.com/static/app/img/share1.png?v=202304191549',
// "explain": '分享', // "explain": '分享',
// "webFunc": 'showShare()', // "webFunc": 'showShare()',
// }, // },
// { // {
// //第二级 更多中的内容 // //第二级 更多中的内容
// "imgUrl": 'https://app.ixiulive.com/static/app/img/more1.png?v=202304191549', // ...的icon // "imgUrl": 'https://app.ixiulive.com/static/app/img/more1.png?v=202304191549', // ...的icon
// "explain": "更多",// ...的cid // "explain": "更多",// ...的cid
// "webFunc": "openExtra()" // "webFunc": "openExtra()"
// } // }
// ] // ]
// $firefly.showIcons(mInfos); // $firefly.showIcons(mInfos);
// } // }
// function openExtra() { // function openExtra() {
// let infos = [ // let infos = [
// [{ // [{
// "fontStyle": { // "fontStyle": {
// "highLight": false // 是否高亮 // "highLight": false // 是否高亮
// }, // },
// "explain": $firefly.langList[$firefly.langType].lang1, // "explain": $firefly.langList[$firefly.langType].lang1,
// "webFunc": "$firefly.goOthers(3,'http://ceshi.yabolive.tv/Nesting/newShare/info.html" + location.search + "')", // "webFunc": "$firefly.goOthers(3,'http://ceshi.yabolive.tv/Nesting/newShare/info.html" + location.search + "')",
// }, { // }, {
// "fontStyle": { // "fontStyle": {
// "highLight": false // 是否高亮 // "highLight": false // 是否高亮
// }, // },
// "explain": $firefly.langList[$firefly.langType].lang2, // "explain": $firefly.langList[$firefly.langType].lang2,
// "webFunc": "$firefly.refreshWeb()", // "webFunc": "$firefly.refreshWeb()",
// }], // }],
// [{ // [{
// "fontStyle": { // "fontStyle": {
// "highLight": false // 是否高亮 // "highLight": false // 是否高亮
// }, // },
// "explain": $firefly.langList[$firefly.langType].lang3, // "explain": $firefly.langList[$firefly.langType].lang3,
// "webFunc": "$firefly.goCustomerService()", // "webFunc": "$firefly.goCustomerService()",
// }, // },
// { // {
// "fontStyle": { // "fontStyle": {
// "highLight": false // 是否高亮 // "highLight": false // 是否高亮
// }, // },
// "explain": $firefly.langList[$firefly.langType].lang4, // "explain": $firefly.langList[$firefly.langType].lang4,
// "webFunc": "showShare()", // "webFunc": "showShare()",
// }, // },
// { // {
// "fontStyle": { // "fontStyle": {
// "highLight": false // 是否高亮 // "highLight": false // 是否高亮
// }, // },
// "explain": $firefly.langList[$firefly.langType].lang5, // "explain": $firefly.langList[$firefly.langType].lang5,
// "webFunc": "$firefly.goOthers(3,'http://test.ybact.yazhaiyabo.com/active2021/activityCenter/index.html" + location.search + "')", // "webFunc": "$firefly.goOthers(3,'http://test.ybact.yazhaiyabo.com/active2021/activityCenter/index.html" + location.search + "')",
// }, // },
// { // {
// "fontStyle": { // "fontStyle": {
// "highLight": true // 是否高亮 // "highLight": true // 是否高亮
// }, // },
// "explain": $firefly.langList[$firefly.langType].lang6, // "explain": $firefly.langList[$firefly.langType].lang6,
// "webFunc": "$firefly.closeWebView()", // "webFunc": "$firefly.closeWebView()",
// }] // }]
// ] // ]
// $firefly.openExtra(infos); // $firefly.openExtra(infos);
// } // }
// } else if (getRequest().appversion >= 7300) { // } else if (getRequest().appversion >= 7300) {
// $('.help').hide(); // $('.help').hide();
// var obj = { // var obj = {
// "cid": 29, // "cid": 29,
...@@ -503,10 +503,10 @@ ...@@ -503,10 +503,10 @@
var webPageUrl = ''; var webPageUrl = '';
//41 B包 //41 B包
if (res.vest == 41) { if (res.vest == 41) {
webPageUrl = 'http://footseen.com/testB.html?agentCode=' + sessionStorage.uid + '&bindType=3&lang=' + sessionStorage.lang + '&type=1'; webPageUrl = 'http://footseen.com/testB.html?agentCode=' + sessionStorage.uid + '&bindType=3&lang=' + sessionStorage.lang + '&type=1&appname=' + $firefly.urlData.appname;
} else if (res.vest == 50 || res.vest == 60) { } else if (res.vest == 50 || res.vest == 60) {
//A包 //A包
webPageUrl = 'http://footseen.com/test.html?agentCode=' + sessionStorage.uid + '&bindType=3&lang=' + sessionStorage.lang + '&type=1'; webPageUrl = 'http://footseen.com/test.html?agentCode=' + sessionStorage.uid + '&bindType=3&lang=' + sessionStorage.lang + '&type=1&appname=' + $firefly.urlData.appname;
} }
picImg = data.qrurl; picImg = data.qrurl;
var obj = { var obj = {
......
...@@ -156,41 +156,22 @@ ...@@ -156,41 +156,22 @@
icid: 'iosftsB', icid: 'iosftsB',
agentCode: getRequest().agentCode agentCode: getRequest().agentCode
} }
ShareTrace.init({
appkey: "93adc025c1e699fe", // 此值必填
param: JSON.stringify(params),
success: function () {
console.log('成功')
},
error: function (msg) {
console.log('失败')
}
});
$('.iosDown').on('click', function () { $('.iosDown').on('click', function () {
copyText(getRequest().agentCode); copyText(getRequest().agentCode);
ShareTrace.download(); window.location.href = 'https://apps.apple.com/us/app/firefly-live-go-live-stream/id1632598421';
}) })
} else { } else {
var params = {
icid: 'ftsB',
agentCode: getRequest().agentCode
}
ShareTrace.init({
appkey: "93adc025c1e699fe", // 此值必填
param: JSON.stringify(params),
success: function () {
console.log('成功')
},
error: function (msg) {
console.log('失败')
}
});
$('.iosDown').on('click', function () { $('.iosDown').on('click', function () {
copyText(getRequest().agentCode); copyText(getRequest().agentCode);
ShareTrace.download();
// window.location.href = 'https://big.bgp.ourpow.com/apk/mf/app-debug-3.apk'; // window.location.href = 'https://big.bgp.ourpow.com/apk/mf/app-debug-3.apk';
if ($firefly.urlData.appname == 'com.mimosa.live.android') {
window.location.href = 'https://play.google.com/store/apps/details?id=com.mimosa.live.android'
} else {
window.location.href = 'https://big.bgp.ourpow.com/apk/nf/Release-ftsgw.apk';
}
}) })
} }
$('.topUp').on('click', function () { $('.topUp').on('click', function () {
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<script src="https://res.sharetrace.com/sharetrace.min.js"></script> <script src="https://res.sharetrace.com/sharetrace.min.js"></script>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="renderer" content="webkit"> <meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="foot fetish,foot worship,foot tickle,Foot Seen,Video streaming"> <meta name="keywords" content="foot fetish,foot worship,foot tickle,Foot Seen,Video streaming">
<meta name="description" content=""> <meta name="description" content="">
<meta content="telephone=no" name="format-detection"> <meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no"> <meta name="wap-font-scale" content="no">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> <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-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection"> <meta content="telephone=no" name="format-detection">
<script src="https://www.footseen.com/js/fsize.js"></script> <script src="https://www.footseen.com/js/fsize.js"></script>
<link rel="stylesheet" href="https://www.footseen.com/css/base2.css"> <link rel="stylesheet" href="https://www.footseen.com/css/base2.css">
<link rel="stylesheet" href="https://www.footseen.com/css/newIndex.css?v=202104061611111111111111"> <link rel="stylesheet" href="https://www.footseen.com/css/newIndex.css?v=202104061611111111111111">
<link rel="stylesheet" href="https://www.footseen.com/layer-v3.1.0/layer.css"> <link rel="stylesheet" href="https://www.footseen.com/layer-v3.1.0/layer.css">
<title>Footseen</title> <title>Footseen</title>
<style type="text/css"> <style type="text/css">
.layer-box{ .layer-box {
width: 7.2rem; width: 7.2rem;
height: 6.973rem; height: 6.973rem;
background: url(https://www.footseen.com/img/phonembg.png) no-repeat; background: url(https://www.footseen.com/img/phonembg.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
} }
.layui-layer-close2{
display: none !important; .layui-layer-close2 {
} display: none !important;
.layui-layer{ }
border-radius: 0.5rem !important;
} .layui-layer {
.layui-layer-page .layui-layer-content{ border-radius: 0.5rem !important;
border-radius: 0.5rem !important; }
}
.codeBox{ .layui-layer-page .layui-layer-content {
position: absolute; border-radius: 0.5rem !important;
left: 0; }
bottom: 5rem;
width: 100%; .codeBox {
text-align: center; position: absolute;
height: 0.88rem; left: 0;
line-height: 0.88rem; bottom: 5rem;
} width: 100%;
.code{ text-align: center;
position: relative; height: 0.88rem;
padding: 0 0.4rem; line-height: 0.88rem;
height: 0.88rem; }
line-height: 0.88rem;
text-align: center; .code {
font-size: 0.4rem; position: relative;
z-index: 50; padding: 0 0.4rem;
color: #FFF; height: 0.88rem;
border-radius: 0.666rem; line-height: 0.88rem;
-webkit-border-radius: 0.666rem; text-align: center;
-moz-border-radius: 0.666rem; font-size: 0.4rem;
-ms-border-radius: 0.666rem; z-index: 50;
-o-border-radius: 0.666rem; color: #FFF;
background-color: rgba(0,0,0,.2); border-radius: 0.666rem;
display: inline-block; -webkit-border-radius: 0.666rem;
} -moz-border-radius: 0.666rem;
.code img{ -ms-border-radius: 0.666rem;
width: 0.426rem; -o-border-radius: 0.666rem;
height: 0.426rem; background-color: rgba(0, 0, 0, .2);
vertical-align: middle; display: inline-block;
display: inline-block; }
margin-top: -.1rem;
margin-left: 0.1rem; .code img {
} width: 0.426rem;
</style> height: 0.426rem;
vertical-align: middle;
display: inline-block;
margin-top: -.1rem;
margin-left: 0.1rem;
}
</style>
</head> </head>
<body> <body>
<div class="main"> <div class="main">
<span class="langTitle"><img src="https://www.footseen.com/img/down2.png"/><font></font></span> <span class="langTitle"><img src="https://www.footseen.com/img/down2.png" />
<font></font>
</span>
<div class="langList"> <div class="langList">
<p data-lang="2">繁體中文</p> <p data-lang="2">繁體中文</p>
<p data-lang="1">English</p> <p data-lang="1">English</p>
...@@ -83,12 +93,13 @@ ...@@ -83,12 +93,13 @@
<div class="codeBox"> <div class="codeBox">
<p class="code"><span></span><img src="https://www.footseen.com/img/copy.png" /></p> <p class="code"><span></span><img src="https://www.footseen.com/img/copy.png" /></p>
</div> </div>
<img src="https://footseen.com/img/new/text.png" class="mTextImg"/> <img src="https://footseen.com/img/new/text.png" class="mTextImg" />
<div class="iosDown heartbeat"></div> <div class="iosDown heartbeat"></div>
<div style="display: none" class="layer-box"> <div style="display: none" class="layer-box">
<div class="googleDown"><img src="https://www.footseen.com/img/googleplay.png"/><span>Google play</span></div> <div class="googleDown"><img src="https://www.footseen.com/img/googleplay.png" /><span>Google play</span>
<div class="apkDown"><img src="https://www.footseen.com/img/andorid.png"/><span>APK</span></div> </div>
</div> <div class="apkDown"><img src="https://www.footseen.com/img/andorid.png" /><span>APK</span></div>
</div>
</div> </div>
</body> </body>
<script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script> <script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>
...@@ -96,58 +107,43 @@ ...@@ -96,58 +107,43 @@
<script src='https://www.footseen.com/layer-v3.1.0/layer/layer.js'></script> <script src='https://www.footseen.com/layer-v3.1.0/layer/layer.js'></script>
<script type="text/javascript"> <script type="text/javascript">
//var data = OpenInstall.parseUrlParams(); //var data = OpenInstall.parseUrlParams();
var params = {
"bindType":getRequest().bindType, $('.iosDown').on('click', function () {
"agentCode":getRequest().agentCode,
"testCode":true,
};
console.log(JSON.stringify(params));
ShareTrace.init({
appkey: "cd3ba48d0699c7fa", // 此值必填
param: JSON.stringify(params),
success: function() {
layer.msg("init success...")
},
error: function(msg) {
layer.msg("init error...")
}
});
$('.iosDown').on('click',function(){
setTimeout(function () { setTimeout(function () {
ShareTrace.download(); window.location.href = 'https://apps.apple.com/us/app/firefly-live-go-live-stream/id1632598421';
},500) }, 500)
}) })
$('.code img').on('click',function(){ $('.code img').on('click', function () {
copyText(getRequest().agentCode); copyText(getRequest().agentCode);
setTimeout(function(){ setTimeout(function () {
layer.msg(langList[langType].foot4); layer.msg(langList[langType].foot4);
},100) }, 100)
}) })
$('.topUp').on('click',function(){ $('.topUp').on('click', function () {
window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang='+sessionStorage.lang+'&gofrom=web'+'&gofrom=web&cidStr=h5_footseengw'; window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang=' + sessionStorage.lang + '&gofrom=web' + '&gofrom=web&cidStr=h5_footseengw';
}) })
function copyText(text) { function copyText(text) {
var textarea = document.createElement("textarea"); var textarea = document.createElement("textarea");
var currentFocus = document.activeElement; var currentFocus = document.activeElement;
document.body.appendChild(textarea); document.body.appendChild(textarea);
textarea.value = text; textarea.value = text;
textarea.focus(); textarea.focus();
if (textarea.setSelectionRange) if (textarea.setSelectionRange)
textarea.setSelectionRange(0, textarea.value.length); textarea.setSelectionRange(0, textarea.value.length);
else else
textarea.select(); textarea.select();
try { try {
var flag = document.execCommand("copy"); var flag = document.execCommand("copy");
} catch(eo){ } catch (eo) {
var flag = false; var flag = false;
}
document.body.removeChild(textarea);
currentFocus.focus();
return flag;
} }
document.body.removeChild(textarea);
currentFocus.focus();
return flag;
}
</script> </script>
</html>
</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