質問編集履歴
1
コードミスの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -136,7 +136,7 @@
|
|
136
136
|
|
137
137
|
$('.list-thum .swiper-slide').removeAttr('style');
|
138
138
|
|
139
|
-
$('.list-thum .swiper-slide').eq(slide.realIndex).addClass('is-active');
|
139
|
+
$('.list-thum .swiper-slide').eq(listSlide.realIndex).addClass('is-active');
|
140
140
|
|
141
141
|
```
|
142
142
|
|