This commit is contained in:
X1627315083@163.com
2026-05-18 10:42:24 +08:00
parent 27a280ab46
commit 892c568efc

View File

@@ -5,7 +5,7 @@ import MyEvent from "@/directives/myEvents";
//})
//const emit = defineEmits([
//])
const isVideoShow = ref(true)
const isVideoShow = ref(false)
const url = ref('')
const poster = ref('')
const playVideo = (data)=>{