congzc vor 2 Jahren
Ursprung
Commit
e835f2592b
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      src/components/home/home.vue

+ 2
- 2
src/components/home/home.vue Datei anzeigen

@@ -134,7 +134,7 @@
<!-- 数字人视频 -->
<div v-if="loading" class="module_3" id="module_3">
<div
v-if="isVX && videoPlayBtn3 && !isAndroid"
v-if="videoPlayBtn3"
@click="playVideo3"
style="
position: absolute;
@@ -203,7 +203,7 @@
<!-- 跳舞视频 -->
<div v-if="loading" class="module_3" id="module_3">
<div
v-if="isVX && videoPlayBtn2 && !isAndroid"
v-if="videoPlayBtn2"
@click="playVideo2"
style="
position: absolute;


Laden…
Abbrechen
Speichern