update
This commit is contained in:
parent
78a9cd4db6
commit
908b3beda0
@ -59,7 +59,7 @@
|
||||
|
||||
<div
|
||||
class="video-bottom--wrapper"
|
||||
v-show="true || fireDirection === '北火'"
|
||||
v-show="fireDirection === '北火'"
|
||||
style=""
|
||||
>
|
||||
<video
|
||||
@ -77,7 +77,7 @@
|
||||
|
||||
<div
|
||||
class="video-top--wrapper"
|
||||
v-show="true || fireDirection === '南火'"
|
||||
v-show="fireDirection === '南火'"
|
||||
style=""
|
||||
>
|
||||
<video
|
||||
|
Loading…
Reference in New Issue
Block a user