liushengqiang 1 anno fa
parent
commit
5b7613e572
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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%' }}