소스 검색

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

zhanghe 6 년 전
부모
커밋
2bdcf96ee4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/routes/Product/Support/SupportCreate.js
  2. 1 1
      src/routes/Product/Training/TrainingCreate.js

+ 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 => (