Browse Source

edit img

dev
chutingting 1 year ago
parent
commit
a51429c0db
2 changed files with 2 additions and 2 deletions
  1. BIN
      src/assets/img/videoImg3.png
  2. +2
    -2
      src/components/home/home.vue

BIN
src/assets/img/videoImg3.png View File

Before After
Width: 1280  |  Height: 720  |  Size: 248 KiB

+ 2
- 2
src/components/home/home.vue View File

@@ -13,7 +13,7 @@
</div> </div>
</div> </div>
<!-- isVX && videoPlayBtn --> <!-- isVX && videoPlayBtn -->
<div class="module_0">
<div class="module_0" v-if="false">
<!-- <video id="video" ref="vidoe" src="../../assets/video/1.mp4" width="100%" height="100%" autoplay muted="muted" loop="loop" /> --> <!-- <video id="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" /> --> <!-- <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: 550px" v-show="!loading"> <div class="vantLoadingBox" style="height: 550px" v-show="!loading">
@@ -233,7 +233,7 @@
@click="clickVideo('video3')" @click="clickVideo('video3')"
@play="videoPlayBtn3 = false" @play="videoPlayBtn3 = false"
id="video3" id="video3"
poster="../../assets/img/videoImg2.png"
poster="../../assets/img/videoImg3.png"
v-if="loading" v-if="loading"
:src="videoUrl3" :src="videoUrl3"
ref="video3" ref="video3"


Loading…
Cancel
Save