Commit bc57d121 by dabai

下载修改

parent 5aa02dba
Showing with 56 additions and 82 deletions
...@@ -14,11 +14,10 @@ ...@@ -14,11 +14,10 @@
<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/swiper.min.css">
<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/inedx.css"> <link rel="stylesheet" href="https://www.footseen.com/css/newIndex.css">
<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>Foot Seen</title> <title>Footseen</title>
<style type="text/css"> <style type="text/css">
.layer-box{ .layer-box{
width: 7.2rem; width: 7.2rem;
...@@ -66,7 +65,7 @@ ...@@ -66,7 +65,7 @@
.codeBox{ .codeBox{
position: absolute; position: absolute;
left: 0; left: 0;
top: 11.7rem; bottom: 5rem;
width: 100%; width: 100%;
text-align: center; text-align: center;
height: 0.88rem; height: 0.88rem;
...@@ -100,47 +99,28 @@ ...@@ -100,47 +99,28 @@
</style> </style>
</head> </head>
<body> <body>
<div class="main bg1">
<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>
<p data-lang="7">العربية</p> <p data-lang="7">العربية</p>
</div> </div>
<!--邀请码--> <a class="topUp"></a>
<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://www.footseen.com/img/logo.png" class="logo" /> <img src="https://footseen.com/img/new/text.png" class="mTextImg"/>
<a class="topUp"></a>
<div class="iosDown heartbeat"></div> <div class="iosDown heartbeat"></div>
<div class="swiper-container androidSwiper hide">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="https://www.footseen.com/img/animg1_cn.png"/>
</div>
<div class="swiper-slide">
<img src="https://www.footseen.com/img/animg2_cn.png"/>
</div>
<div class="swiper-slide">
<img src="https://www.footseen.com/img/animg3_cn.png"/>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
<div class="andoridDesc"></div>
<div class="andoridBottom"></div>
<div class="arBottom"></div>
<div style="display: none" class="layer-box"> <div style="display: none" class="layer-box">
<div class="googleDown"><img src="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>
<div class="apkDown"><img src="img/andorid.png"/><span>APK</span></div> <div class="apkDown"><img src="https://www.footseen.com/img/andorid.png"/><span>APK</span></div>
</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>
<script src="https://www.footseen.com/js/swiper.min.js"></script> <script src="https://www.footseen.com/js/new/lang.js"></script>
<script type="text/javascript" src="https://www.footseen.com/js/langAndorid.js?v=202010211450" ></script>
<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">
...@@ -172,15 +152,7 @@ ...@@ -172,15 +152,7 @@
$(".iosDown").on("click", function () { $(".iosDown").on("click", function () {
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
if (userAgent.indexOf("Line") > -1) {
if(sessionStorage.lang == 7){
$('.masking img').att('src','https://footseen.com/img/fx.png');
$(".masking").fadeIn(500);
} else {
$('.masking img').att('src','https://footseen.com/img/fx_en.png');
$(".masking.L_En").fadeIn(500);
}
} else {
layer.open({ layer.open({
type: 1, type: 1,
title: false, title: false,
...@@ -189,7 +161,6 @@ ...@@ -189,7 +161,6 @@
content: $(".layer-box"), content: $(".layer-box"),
}) })
}
}) })
$(".googleDown").on("click", function () { $(".googleDown").on("click", function () {
...@@ -205,7 +176,7 @@ ...@@ -205,7 +176,7 @@
$('.code img').on('click',function(){ $('.code img').on('click',function(){
copyText(getRequest().agentCode); copyText(getRequest().agentCode);
setTimeout(function(){ setTimeout(function(){
layer.msg(langList[langType].foot14); layer.msg(langList[langType].foot4);
},100) },100)
}) })
function copyText(text) { function copyText(text) {
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<script type="text/javascript" charset="UTF-8" src="https://web.cdn.openinstall.io/openinstall.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">
...@@ -14,16 +14,31 @@ ...@@ -14,16 +14,31 @@
<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/swiper.min.css">
<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/inedx.css"> <link rel="stylesheet" href="https://www.footseen.com/css/newIndex.css">
<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>Foot Seen</title> <title>Footseen</title>
<style type="text/css"> <style type="text/css">
.layer-box{
width: 7.2rem;
height: 6.973rem;
background: url(https://www.footseen.com/img/phonembg.png) no-repeat;
background-size: 100% 100%;
position: relative;
}
.layui-layer-close2{
display: none !important;
}
.layui-layer{
border-radius: 0.5rem !important;
}
.layui-layer-page .layui-layer-content{
border-radius: 0.5rem !important;
}
.codeBox{ .codeBox{
position: absolute; position: absolute;
left: 0; left: 0;
top: 11.7rem; bottom: 5rem;
width: 100%; width: 100%;
text-align: center; text-align: center;
height: 0.88rem; height: 0.88rem;
...@@ -64,64 +79,52 @@ ...@@ -64,64 +79,52 @@
<p data-lang="1">English</p> <p data-lang="1">English</p>
<p data-lang="7">العربية</p> <p data-lang="7">العربية</p>
</div> </div>
<!--邀请码--> <a class="topUp"></a>
<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://www.footseen.com/img/logo.png" class="logo" /> <img src="https://footseen.com/img/new/text.png" class="mTextImg"/>
<a class="topUp"></a>
<div class="iosDown heartbeat"></div> <div class="iosDown heartbeat"></div>
<img src="https://www.footseen.com/img/live.png" class="live" /> <div style="display: none" class="layer-box">
<div class="swiper-container hide"> <div class="googleDown"><img src="https://www.footseen.com/img/googleplay.png"/><span>Google play</span></div>
<div class="swiper-wrapper"> <div class="apkDown"><img src="https://www.footseen.com/img/andorid.png"/><span>APK</span></div>
<div class="swiper-slide">
<img src="https://www.footseen.com/img/img1_cn.png"/>
</div>
<div class="swiper-slide">
<img src="https://www.footseen.com/img/img2_cn.png"/>
</div>
<div class="swiper-slide">
<img src="https://www.footseen.com/img/img3_cn.png"/>
</div>
</div>
<div class="swiper-pagination"></div>
</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>
<script src="https://www.footseen.com/js/swiper.min.js"></script> <script src="https://www.footseen.com/js/new/lang.js"></script>
<script type="text/javascript" src="https://www.footseen.com/js/langIos.js?v=202010211450" ></script>
<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 data = { var params = {
"bingdType":getRequest().bindType, "bingdType":getRequest().bindType,
"lang":sessionStorage.lang, "lang":sessionStorage.lang,
"type":getRequest().type, "type":getRequest().type,
"agentCode":getRequest().agentCode
}; };
$('.iosDown').on('click',function(){
new OpenInstall({ ShareTrace.init({
appKey: "dzxj4c", appkey: "cd3ba48d0699c7fa", // 此值必填
preferWakeup: true, param: JSON.stringify(params),
mask: function () { success: function() {
return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>' console.log("init success...")
}, },
onready: function () { error: function(msg) {
var m = this, button = document.getElementById("iosDown"); console.log(msg)
m.schemeWakeup();
setTimeout(function(){
m.wakeupOrInstall();
return false;
},1000)
} }
}, data); });
})
$('.iosDown').on('click',function(){
setTimeout(function () {
ShareTrace.download();
},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].foot7); layer.msg(langList[langType].foot4);
},100) },100)
}) })
$('.topUp').on('click',function(){ $('.topUp').on('click',function(){
......
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