|
@@ -314,7 +314,7 @@ const scenesSwiperFocus = () => {
|
|
|
);
|
|
|
if (window.scenesNatSwiper && window.scenesNatSwiper.slides.length > 0) {
|
|
|
const index = sceneIndex < 0 ? 0 : sceneIndex;
|
|
|
- const fIndex = index < 5 ? 1 : index;
|
|
|
+ const fIndex = index < 5 ? 0 : index;
|
|
|
console.warn("scenesSwiperFocus", fIndex);
|
|
|
window.scenesNatSwiper.slideTo(fIndex);
|
|
|
}
|