Authored by 2586703@qq.com

ipad调试

... ... @@ -205,11 +205,11 @@ define('yohood', function(require, exports) {
setFlowLayout();
//ipad处理share位置
if (navigator.userAgent.indexOf('iPad') !== -1) {
alert($('.wrapper').width());
$('.wrapper').width(960);
$('.share').css('marginLeft', '-516px');
}
//if (navigator.userAgent.indexOf('iPad') !== -1) {
alert($('.wrapper').width());
/*$('.wrapper').width(960);
$('.share').css('marginLeft', '-516px');*/
//}
};
//资讯
exports.news = function() {
... ...