Commit 684a6187 by libai

测试

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