Commit 684a6187 by libai

测试

parent 61004c03
......@@ -1287,8 +1287,6 @@ function watchNum(){
}
}
function loginLayer(){
googleLogin()
layer.closeAll()
......
......@@ -55,8 +55,11 @@
<script>
$(function(){
var browserLang = navigator.language
ua = window.navigator.userAgent.toLowerCase();
if(ua.indexOf("miuibrowser/10.2.11")>-1){
$("video").remove()
}
$(".down").on("click",function(){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href = 'https://app.footseen.com/download.html';
} else if (/android/.test(ua)) {
......
......@@ -55,8 +55,11 @@
<script>
$(function(){
var browserLang = navigator.language
ua = window.navigator.userAgent.toLowerCase();
if(ua.indexOf("miuibrowser/10.2.11")>-1){
$("video").remove()
}
$(".down").on("click",function(){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href = 'https://app.footseen.com/download.html';
} else if (/android/.test(ua)) {
......
......@@ -55,8 +55,11 @@
<script>
$(function(){
var browserLang = navigator.language
ua = window.navigator.userAgent.toLowerCase();
if(ua.indexOf("miuibrowser/10.2.11")>-1){
$("video").remove()
}
$(".down").on("click",function(){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href = 'https://app.footseen.com/download.html';
} else if (/android/.test(ua)) {
......
......@@ -55,8 +55,11 @@
<script>
$(function(){
var browserLang = navigator.language
ua = window.navigator.userAgent.toLowerCase();
if(ua.indexOf("miuibrowser/10.2.11")>-1){
$("video").remove()
}
$(".down").on("click",function(){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href = 'https://app.footseen.com/download.html';
} else if (/android/.test(ua)) {
......
......@@ -66,8 +66,11 @@ $(function(){
}
})
var browserLang = navigator.language
ua = window.navigator.userAgent.toLowerCase();
if(ua.indexOf("miuibrowser/10.2.11")>-1){
$("video").remove()
}
$(".down").on("click",function(){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href = 'https://app.footseen.com/download.html';
} else if (/android/.test(ua)) {
......
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