...
|
...
|
@@ -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 |
|
|
}); |
...
|
...
|
|