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