From 461ec9dd1e20ca61924f4b0e8123e11af473d4fc Mon Sep 17 00:00:00 2001
From: liubai <liubai1995224@163.com>
Date: Tue, 10 Dec 2019 23:13:27 +0800
Subject: [PATCH] footseen

---
 index2.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index2.html b/index2.html
index 300522e..c0dee50 100644
--- a/index2.html
+++ b/index2.html
@@ -274,7 +274,7 @@
 $('.mBottom').show();
  var ua = navigator.userAgent.toLowerCase();
     var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
-    if (/android/.test(ua)) {
+    // if (/android/.test(ua)) {
         $(".anBtn1,.anBtn2").on("click", function () {
             var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
             if (userAgent.indexOf("Line") > -1) {
@@ -290,7 +290,7 @@ $('.mBottom').show();
                 window.location.href='http://footseen.com/apk';
             }
         })
-    }
+    // }
 		
 		$('.topUp').on('click',function(){
 			window.location.href = 'http://www.yabolive.tv/footseen/phonepay/applepay.html?lang='+sessionStorage.lang+'&gofrom=web';
--
libgit2 0.25.0