소스 검색

动画时机

liushengqiang 1 년 전
부모
커밋
5b7613e572
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/courseware-play/index.tsx

+ 1 - 1
src/views/courseware-play/index.tsx

@@ -875,7 +875,7 @@ export default defineComponent({
                               animationData={playLoadData}></Vue3Lottie>
                           </div>
                         )} */}
-                        { data.animationState !== 'end' && data.videoState !== 'play' && (
+                        {data.videoState !== 'play' && (
                           <div class={styles.loadWrap}>
                             <Vue3Lottie
                               style={{ width: '100%', height: '100%' }}