This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
Metavatar_Neuver_H5
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
congzc
2 years ago
parent
9b2de626fa
commit
e835f2592b
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/components/home/home.vue
+ 2
- 2
src/components/home/home.vue
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save