This commit is contained in:
xiaoaojiao
2025-09-29 20:36:46 +08:00
parent 6d631e9883
commit b86d973303
2 changed files with 6 additions and 2 deletions

View File

@@ -99,6 +99,9 @@ const checkAndPlayAudio = () => {
// 初始化视频
const initVideo = () => {
document.addEventListener('WeixinJSBridgeReady',()=>{
videoElement.value && videoElement.value.play()
})
setTimeout(() => {
if (videoElement.value) {
const video = videoElement.value;