" + data.data[i].title + "
时间:" + data.data[i].startTime + "-" + data.data[i].endTime + "
地点:" + data.data[i].address + "
";
}
$("#bd1").html(niupi);
var d2 = new Swiper(".slide-d2", {
speed: 800,
spaceBetween: 0,
grabCursor: true,
slidesPerView: 'auto',
autoplay: {delay: 6000, stopOnLastSlide: false, disableOnInteraction: false},
pagination: {el: ".homed .right .swiDots", clickable: !0, bulletActiveClass: "active",},
navigation: {nextEl: ".homed .right .next", prevEl: ".homed .right .prev"},
scrollbar: {el: '.homed .right .swiScroll', draggable: true, dragSize: 128},
});
}
});