...
|
...
|
@@ -206,6 +206,7 @@ define('yohood', function(require, exports) { |
|
|
|
|
|
//ipad处理share位置
|
|
|
if (navigator.userAgent.indexOf('iPad') !== -1) {
|
|
|
console.log($('.wrapper').width());
|
|
|
$('.wrapper').width(960);
|
|
|
$('.share').css('marginLeft', '-516px');
|
|
|
}
|
...
|
...
|
|