Showing
1 changed file
with
0 additions
and
2 deletions
@@ -78,9 +78,7 @@ define('yohood', function(require, exports) { | @@ -78,9 +78,7 @@ define('yohood', function(require, exports) { | ||
78 | next: '.limited-slide-next', | 78 | next: '.limited-slide-next', |
79 | auto: false, | 79 | auto: false, |
80 | callback: function(index, element) { | 80 | callback: function(index, element) { |
81 | - console.log(index); | ||
82 | swiperLen = $('.limited-slide-box').find('.box').size(); | 81 | swiperLen = $('.limited-slide-box').find('.box').size(); |
83 | - console.log("swiperLen:" + swiperLen); | ||
84 | limitedPrev.removeClass('disable'); | 82 | limitedPrev.removeClass('disable'); |
85 | limitedNext.removeClass('disable'); | 83 | limitedNext.removeClass('disable'); |
86 | if (index === swiperLen - 1) { | 84 | if (index === swiperLen - 1) { |
-
Please register or login to post a comment