$(document).ready(function() { /*评论*/ $(".comment-carousel-carousel").owlcarousel({ autoplay: 6000, items : 4, navigation:false, pagination:true, itemsdesktop : [1199,4], itemsdesktopsmall : [979,3], itemstablet : [768,2], itemsmobile: [479,1], }); })