123
This commit is contained in:
parent
19e1c3b1f6
commit
21b2ca5a07
@ -75,7 +75,6 @@ const fullLive1 = ref(false)
|
|||||||
watch(()=>{
|
watch(()=>{
|
||||||
return props.fullLive
|
return props.fullLive
|
||||||
}, (newVal) => {
|
}, (newVal) => {
|
||||||
console.log('newVal',newVal)
|
|
||||||
if (newVal) {
|
if (newVal) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
fullLive1.value = true
|
fullLive1.value = true
|
||||||
|
Loading…
Reference in New Issue
Block a user