Authored by whb

fixed bug

@@ -78,6 +78,8 @@ define('yohood', function(require, exports) { @@ -78,6 +78,8 @@ 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 + console.log("swiperLen:" + swiperLen);
81 limitedPrev.removeClass('disable'); 83 limitedPrev.removeClass('disable');
82 limitedNext.removeClass('disable'); 84 limitedNext.removeClass('disable');
83 if (index === swiperLen - 1) { 85 if (index === swiperLen - 1) {