Authored by 2586703@qq.com

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohood into develop

... ... @@ -78,9 +78,7 @@ define('yohood', function(require, exports) {
next: '.limited-slide-next',
auto: false,
callback: function(index, element) {
console.log(index);
swiperLen = $('.limited-slide-box').find('.box').size();
console.log("swiperLen:" + swiperLen);
limitedPrev.removeClass('disable');
limitedNext.removeClass('disable');
if (index === swiperLen - 1) {
... ... @@ -721,4 +719,4 @@ define('yohood', function(require, exports) {
//图片转换
imgTransform($(".image-box img"));
}
});
\ No newline at end of file
});
... ...
... ... @@ -78,6 +78,7 @@
</div>
</div>
<div class="detail-side">
<?php if(!empty($this->view->banners)):?>
<div class="detail-ad">
<ul>
<?php foreach($this->view->banners as $banner):?>
... ... @@ -89,6 +90,7 @@
<?php endforeach;?>
</ul>
</div>
<?php endif;?>
<div class="app-download clearfix">
<div class="qr">
<img src="<?php echo SITE_IMG;?>/yohood/yohobuyqr.png" alt="">
... ...