...
|
...
|
@@ -78,6 +78,8 @@ define('yohood', function(require, exports) { |
|
|
next: '.limited-slide-next',
|
|
|
auto: false,
|
|
|
callback: function(index, element) {
|
|
|
console.log(index);
|
|
|
console.log("swiperLen:" + swiperLen);
|
|
|
limitedPrev.removeClass('disable');
|
|
|
limitedNext.removeClass('disable');
|
|
|
if (index === swiperLen - 1) {
|
...
|
...
|
|