|
|
@@ -16,7 +16,7 @@ |
|
|
|
<div class="module_1"> |
|
|
|
<!-- <video ref="vidoe" src="../../assets/video/1.mp4" width="100%" height="100%" autoplay muted="muted" loop="loop" /> --> |
|
|
|
<!-- <video ref="vidoe" src="https://video.metavatar.cc/sv/d51a6f6-187fa2dff79/d51a6f6-187fa2dff79.mp4" width="100%" height="100%" autoplay muted="muted" loop="loop" /> --> |
|
|
|
<div class="vantLoadingBox" style="height: 850px" v-show="!loading"> |
|
|
|
<div class="vantLoadingBox" style="height: 550px" v-show="!loading"> |
|
|
|
<van-loading type="spinner" color="#52d4e5" class="vantLoading" /> |
|
|
|
</div> |
|
|
|
<video ref="vidoe" :src="videoUrl" width="100%" height="100%" autoplay muted="muted" loop="loop" /> |
|
|
|