liushengqiang 1 vuosi sitten
vanhempi
commit
5b7613e572
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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%' }}