|
@@ -868,7 +868,14 @@ export default defineComponent({
|
|
|
|
|
|
{m.type === 'VIDEO' && (
|
|
|
<Transition name="van-fade">
|
|
|
- {!m.isprepare && (
|
|
|
+ {/* {!m.isprepare && (
|
|
|
+ <div class={styles.loadWrap}>
|
|
|
+ <Vue3Lottie
|
|
|
+ style={{ width: '100%', height: '100%' }}
|
|
|
+ animationData={playLoadData}></Vue3Lottie>
|
|
|
+ </div>
|
|
|
+ )} */}
|
|
|
+ {data.videoState !== 'play' && (
|
|
|
<div class={styles.loadWrap}>
|
|
|
<Vue3Lottie
|
|
|
style={{ width: '100%', height: '100%' }}
|