Commit 0ee16e7a by agan

添加储值

parent bb49141c
......@@ -34,12 +34,22 @@
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="../download/css/index.css">
<style>
.topUp {
position: absolute;
top: 0.2rem;
left: 0.8rem;
font-size: 0.4rem;
color: #fff;
height: 0.8rem;
line-height: 0.8rem;
z-index: 9;
}
</style>
</head>
<body style="background: #FBEFF7">
<div class="new-bg">
<div class="topUp">儲值</div>
<img class="video-bg" src="../download/images/video-bg.png" alt="">
<div class="down-webp-box"></div>
......@@ -116,6 +126,9 @@
})
$('.topUp').on('click', function () {
window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang=' + (sessionStorage.lang || 2) + '&gofrom=web';
})
//複製到剪切板
function copyText(text) {
var textarea = document.createElement("textarea");
......
......@@ -34,12 +34,22 @@
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="../download/css/index.css">
<style>
.topUp {
position: absolute;
top: 0.2rem;
left: 0.8rem;
font-size: 0.4rem;
color: #fff;
height: 0.8rem;
line-height: 0.8rem;
z-index: 9;
}
</style>
</head>
<body style="background: #FBEFF7">
<div class="new-bg">
<div class="topUp">儲值</div>
<img class="video-bg" src="../download/images/video-bg.png" alt="">
<div class="down-webp-box"></div>
......@@ -116,6 +126,9 @@
})
$('.topUp').on('click', function () {
window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang=' + (sessionStorage.lang || 2) + '&gofrom=web';
})
//複製到剪切板
function copyText(text) {
var textarea = document.createElement("textarea");
......
......@@ -34,12 +34,22 @@
<link rel="stylesheet" href="./css/layer.css">
<link rel="stylesheet" href="./download/css/index.css">
<style>
.topUp {
position: absolute;
top: 0.2rem;
left: 0.8rem;
font-size: 0.4rem;
color: #fff;
height: 0.8rem;
line-height: 0.8rem;
z-index: 9;
}
</style>
</head>
<body style="background: #FBEFF7">
<div class="new-bg">
<div class="topUp">儲值</div>
<img class="video-bg" src="download/images/video-bg.png" alt="">
<div class="down-webp-box"></div>
......@@ -96,7 +106,7 @@
var mData = '';
if (!data) {
mData = 'ftsB';
if(hrf == 'https://footseen.com/'){
if (hrf == 'https://footseen.com/') {
mData = 'ftsgw'
}
} else {
......@@ -121,7 +131,9 @@
}
})
$('.topUp').on('click', function () {
window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang=' + (sessionStorage.lang || 2) + '&gofrom=web';
})
//複製到剪切板
function copyText(text) {
var textarea = document.createElement("textarea");
......
......@@ -19,7 +19,6 @@
var _url = "https://webserver.yabolive.net";
var hrf = window.location.href;
viewPage();
</script>
<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">
......@@ -35,12 +34,22 @@
<link rel="stylesheet" href="./css/layer.css">
<link rel="stylesheet" href="./download/css/index.css">
<style>
.topUp {
position: absolute;
top: 0.2rem;
left: 0.8rem;
font-size: 0.4rem;
color: #fff;
height: 0.8rem;
line-height: 0.8rem;
z-index: 9;
}
</style>
</head>
<body style="background: #FBEFF7">
<div class="new-bg">
<div class="topUp">儲值</div>
<img class="video-bg" src="download/images/video-bg.png" alt="">
<div class="down-webp-box"></div>
......@@ -86,6 +95,7 @@
mData = data.iOSChannel;
}
copyText(mData);
window.location.href = 'https://app.footseen.com/download.html';
// window.location.href = 'https://testflight.apple.com/join/nvxognVM';
......@@ -102,7 +112,6 @@
} else {
mData = data.AndroidChannel;
}
copyText(mData);
var url = 'https://big.bgp.ourpow.com/apk/nf/Release-' + mData + '.apk';
var xhr = new XMLHttpRequest();
......@@ -122,7 +131,9 @@
}
})
$('.topUp').on('click', function () {
window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang=' + (sessionStorage.lang || 2) + '&gofrom=web';
})
//複製到剪切板
function copyText(text) {
var textarea = document.createElement("textarea");
......
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