Commit dd02032f by liubai

footseen

parent 31ae6e7f
Showing with 3 additions and 4 deletions
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
$('.mBottom').show(); $('.mBottom').show();
var ua = navigator.userAgent.toLowerCase(); var ua = navigator.userAgent.toLowerCase();
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
if (/android/.test(ua)) { // if (/android/.test(ua)) {
$(".anBtn1,.anBtn2").on("click", function () { $(".anBtn1,.anBtn2").on("click", function () {
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
if (userAgent.indexOf("Line") > -1) { if (userAgent.indexOf("Line") > -1) {
...@@ -296,12 +296,11 @@ $('.mBottom').show(); ...@@ -296,12 +296,11 @@ $('.mBottom').show();
$('.masking img').att('src','https://footseen.com/img/fx_en.png'); $('.masking img').att('src','https://footseen.com/img/fx_en.png');
$(".masking.L_En").fadeIn(500); $(".masking.L_En").fadeIn(500);
} }
} } else {
else{
window.location.href='apk'; window.location.href='apk';
} }
}) })
} // }
$('.topUp').on('click',function(){ $('.topUp').on('click',function(){
window.location.href = 'http://www.yabolive.tv/footseen/phonepay/applepay.html?lang='+sessionStorage.lang+'&gofrom=web'; window.location.href = 'http://www.yabolive.tv/footseen/phonepay/applepay.html?lang='+sessionStorage.lang+'&gofrom=web';
......
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