This commit is contained in:
xingyy 2025-01-21 15:11:54 +08:00
parent 19e1c3b1f6
commit 21b2ca5a07

View File

@ -75,7 +75,6 @@ const fullLive1 = ref(false)
watch(()=>{
return props.fullLive
}, (newVal) => {
console.log('newVal',newVal)
if (newVal) {
setTimeout(() => {
fullLive1.value = true