Просмотр исходного кода

:bug: 图册轮播图为单张时自动播放遮挡问题

zhanghe 6 лет назад
Родитель
Сommit
2bdcf96ee4

+ 1 - 1
src/routes/Product/Support/SupportCreate.js

@@ -448,7 +448,7 @@ export default class SupportCreatePage extends Component {
               }
               className={styles.carouselCard}
             >
-              <Carousel autoplay>
+              <Carousel>
                 {
                   imgList.map(
                     path => (

+ 1 - 1
src/routes/Product/Training/TrainingCreate.js

@@ -351,7 +351,7 @@ export default class TrainingCreatePage extends Component {
               }
               className={styles.carouselCard}
             >
-              <Carousel autoplay>
+              <Carousel>
                 {
                   imgList.map(
                     path => (