From 723f5c1ac6463f3427bbf58a8dd18d36bbd26dd2 Mon Sep 17 00:00:00 2001 From: libai <libai@yazhai.co> Date: Wed, 3 Feb 2021 14:19:05 +0800 Subject: [PATCH] 测试 --- phone2.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/phone2.html b/phone2.html index 26f0758..e489318 100644 --- a/phone2.html +++ b/phone2.html @@ -70,21 +70,21 @@ } } }, data); - $(".btn").on("click",function(){ - var ua = navigator.userAgent.toLowerCase(); - if(ua.match(/MicroMessenger/i) == 'micromessenger'){ - if (/iphone|ipad|ipod/.test(ua)) { - window.location.href='https://apps.apple.com/cn/app/id1522691256' - }else{ - window.location.href='https://a.app.qq.com/o/simple.jsp?pkgname=com.show.guodong.live' - } - }else{ - if (/iphone|ipad|ipod/.test(ua)) { - window.location.href='https://apps.apple.com/cn/app/id1522691256' - }else{ - window.location.href='https://zhibocdn.ishuaji.cn/apk/down/guodong-1.0.0-gdgw.apk' - } - } - }) +// $(".btn").on("click",function(){ +// var ua = navigator.userAgent.toLowerCase(); +// if(ua.match(/MicroMessenger/i) == 'micromessenger'){ +// if (/iphone|ipad|ipod/.test(ua)) { +// window.location.href='https://apps.apple.com/cn/app/id1522691256' +// }else{ +// window.location.href='https://a.app.qq.com/o/simple.jsp?pkgname=com.show.guodong.live' +// } +// }else{ +// if (/iphone|ipad|ipod/.test(ua)) { +// window.location.href='https://apps.apple.com/cn/app/id1522691256' +// }else{ +// window.location.href='https://zhibocdn.ishuaji.cn/apk/down/guodong-1.0.0-gdgw.apk' +// } +// } +// }) </script> </html> \ No newline at end of file -- libgit2 0.25.0