update
This commit is contained in:
@@ -99,6 +99,9 @@ const checkAndPlayAudio = () => {
|
||||
|
||||
// 初始化视频
|
||||
const initVideo = () => {
|
||||
document.addEventListener('WeixinJSBridgeReady',()=>{
|
||||
videoElement.value && videoElement.value.play()
|
||||
})
|
||||
setTimeout(() => {
|
||||
if (videoElement.value) {
|
||||
const video = videoElement.value;
|
||||
|
||||
Reference in New Issue
Block a user