Commit 9ce643ab by dawei

feat: 恢复

parent bec45f94
Showing with 80 additions and 7 deletions
......@@ -51,6 +51,46 @@
<link rel="stylesheet" href="../css/new/index.css?v=202211011752">
<script src="../js/new/touch-0.2.14.min.js"></script>
<link rel="stylesheet" href="https://www.footseen.com/layer-v3.1.0/layer.css">
<style>
.layui-layer-shade {
opacity: 0.7 !important;
}
.yourclass5 {
border-radius: 0rem !important;
background: rgba(0, 0, 0, 0) !important;
}
.yourclass5 .layui-layer-content {
border-radius: 0rem !important;
}
.layer-download {
width: 6.6rem;
height: 5.4rem;
background: #fff;
border-radius: 0.4rem;
overflow: hidden;
}
.btn1 {
width: 4.66rem;
height: 1.22rem;
background: url(../images/btn1.png) no-repeat;
background-size: 100% 100%;
position: relative;
margin: 0 auto;
margin-top: 1.3rem;
}
.btn2 {
width: 4.66rem;
height: 1.22rem;
background: url(../images/btn2.png) no-repeat;
background-size: 100% 100%;
position: relative;
margin: 0 auto;
margin-top: 0.4rem;
}
</style>
</head>
<body style="overflow: hidden;">
......@@ -121,6 +161,11 @@
</div>
<!--箭头-->
<div class="wipeUp"></div>
<div style="display: none;" class="layer-download">
<div class="btn1"></div>
<div class="btn2"></div>
</div>
<script src="https://www.footseen.com/js/new/lang.js?v=202210141734"></script>
<script src='https://www.footseen.com/layer-v3.1.0/layer/layer.js'></script>
......@@ -201,16 +246,44 @@
$(".iosDown,.downloadBtn2,.btnPage2").on("click", function () {
clickDownload();
copyText('ftsgw')
if (location.pathname == '/') {
var data = { 'icid': 'ftsgw' };
window.location.href = "apk";
// if (location.pathname == '/') {
// var data = { 'icid': 'ftsgw' };
// window.location.href = "apk";
} else {
// } else {
setTimeout(function () {
window.location.href = 'apk';
}, 500)
// setTimeout(function () {
// window.location.href = 'apk';
// }, 500)
// }
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href =
"https://apps.apple.com/us/app/id6648779703";
}else{
layer.open({
type: 1,
title: false,
shadeClose: true,
skin: "yourclass5",
area: ["6.6rem", "5.4rem"],
content: $(".layer-download"),
end: function () {
$(".layui-layer-shade").hide()
window.location.reload();
}
})
}
$(".layer-download .btn1").on("click",function(){
window.location.href =
"https://play.google.com/store/apps/details?id=com.ftsfoss.android";
})
$(".layer-download .btn2").on("click",function(){
window.location.href =
"https://www.fusiclub.com/download/fusigw";
})
})
$('.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