Commit 96871876 by agan

gw

parent 043fb846
Showing with 11 additions and 3 deletions
......@@ -8,9 +8,9 @@
<script src="../js/buriedPoint.js"></script>
<script>
var _url = "https://webserver.yabolive.net";
if(url_get_params().mrefer && url_get_params().mrefer.indexOf('vip')>-1){
if (url_get_params().mrefer && url_get_params().mrefer.indexOf('vip') > -1) {
viewPage();
}else{
} else {
viewPage(checkIp);
}
</script>
......@@ -45,6 +45,7 @@
<p data-lang="1">English</p>
<p data-lang="7">العربية</p>
</div>
<a class="topUp"></a>
<div id="box" class="page curpage">
<div class="page0 p">
<div class="iosDown heartbeat"></div>
......@@ -188,6 +189,9 @@
});
})
$('.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';
})
function getVList() {
var vList = [
......
......@@ -41,6 +41,7 @@
<p data-lang="1">English</p>
<p data-lang="7">العربية</p>
</div>
<a class="topUp"></a>
<div id="box" class="page curpage">
<div class="page0 p">
<div class="iosDown heartbeat"></div>
......@@ -57,7 +58,7 @@
<div class="videoCon">
<video id="video" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true"
x5-video-player-type="h5" x5-video-player-fullscreen="true"
style="width: 100%;height: 100%;object-fit: fill;z-index: -1;" autoplay="autoplay" muted
style="width: 100%;height: 100%;object-fit: fill;z-index: -1;" autoplay="autoplay" muted="false"
loop="loop">
<source src="video/video.mp4" type="video/mp4">
</source>
......@@ -184,6 +185,9 @@
});
})
$('.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';
})
function getVList() {
var vList = [
......
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