Authored by 2586703@qq.com

ipad

@@ -569,7 +569,7 @@ define('yohood', function(require, exports) { @@ -569,7 +569,7 @@ define('yohood', function(require, exports) {
569 }); 569 });
570 } 570 }
571 571
572 - if($(".share").offset().top + $('.share').outerHeight() > maxH){; 572 + if($(".share").offset().top + $('.share').outerHeight() > maxH && navigator.userAgent.indexOf('iPad') === -1){;
573 $(".share").css({ 573 $(".share").css({
574 'position': 'absolute', 574 'position': 'absolute',
575 'top': maxH - $('.share').outerHeight() - 10 575 'top': maxH - $('.share').outerHeight() - 10