Authored by 毕凯

Merge branch 'hotfix/guang' into 'master'

逛列表页swiper报错



See merge request !805
... ... @@ -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);
... ...