Commit 41409fd3 by libai

测试

parent 0a044992
Showing with 11 additions and 1 deletions
...@@ -1219,7 +1219,17 @@ $(function(){ ...@@ -1219,7 +1219,17 @@ $(function(){
$(".nav-shadow").hide() $(".nav-shadow").hide()
} }
} }
if(startY<e.changedTouches[0].clientY){
//向下
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
if(sessionStorage.type!="pwa")return;
if(zwidth>3){
window.location.reload()
}
}
}
}) })
function asinGo(x,y){ function asinGo(x,y){
return degNum=Math.round(180*Math.asin(x/Math.sqrt(x*x+y*y))/Math.PI*10)/10 return degNum=Math.round(180*Math.asin(x/Math.sqrt(x*x+y*y))/Math.PI*10)/10
......
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