|
|
@@ -2,16 +2,17 @@ |
|
|
|
<div class="Box" id="top">
|
|
|
|
<div
|
|
|
|
class="module_1"
|
|
|
|
style="position: relative; background-color: #797979; height: 800px"
|
|
|
|
style="position: relative; background-color: #06234a; height: 800px"
|
|
|
|
>
|
|
|
|
<video
|
|
|
|
ref="video"
|
|
|
|
ref="videoPlayer"
|
|
|
|
style="position: absolute; right: -20%"
|
|
|
|
src="https://video.metavatar.cc/sv/20bbc23b-1883359e457/20bbc23b-1883359e457.mp4"
|
|
|
|
src="https://video.metavatar.cc/sv/199c414a-18834521b37/199c414a-18834521b37.mp4"
|
|
|
|
width="100%"
|
|
|
|
height="100%"
|
|
|
|
autoplay
|
|
|
|
muted="muted"
|
|
|
|
muted
|
|
|
|
controls
|
|
|
|
loop="loop"
|
|
|
|
/>
|
|
|
|
<!-- <img src="../../assets/img/metavatar_live/suiMang_live@2x.png" width="100%" height="100%" /> -->
|
|
|
@@ -403,6 +404,8 @@ export default { |
|
|
|
created() {
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.goView("top");
|
|
|
|
this.$refs.videoPlayer.muted = false;
|
|
|
|
this.$refs.videoPlayer.play();
|
|
|
|
});
|
|
|
|
},
|
|
|
|
};
|
|
|
|