Commit 461ec9dd by liubai

footseen

parent ee695921
Showing with 2 additions and 2 deletions
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,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) {
...@@ -290,7 +290,7 @@ $('.mBottom').show(); ...@@ -290,7 +290,7 @@ $('.mBottom').show();
window.location.href='http://footseen.com/apk'; window.location.href='http://footseen.com/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