質問編集履歴
1
コードミスの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -67,7 +67,7 @@
|
|
67
67
|
listThum = null;
|
68
68
|
$('.list-thum .swiper-wrapper').removeAttr('style');
|
69
69
|
$('.list-thum .swiper-slide').removeAttr('style');
|
70
|
-
$('.list-thum .swiper-slide').eq(
|
70
|
+
$('.list-thum .swiper-slide').eq(listSlide.realIndex).addClass('is-active');
|
71
71
|
```
|
72
72
|
|
73
73
|
よろしくお願い致します。
|