Authored by 李靖

逛列表页swiper报错

... ... @@ -34,7 +34,9 @@ if ($loadMoreInfo.length > 0) {
$noMore = $loadMoreInfo.children('.no-more');
}
info.initSwiper(curType);
if ($('.swiper-container').length > 0) {
info.initSwiper(curType);
}
info.initInfosEvt($infoList);
... ...