From e0c379b9e1d00561149f04f1d684dc6f30362325 Mon Sep 17 00:00:00 2001 From: libai <libai@yazhai.co> Date: Fri, 16 Sep 2022 16:27:45 +0800 Subject: [PATCH] 测试 --- room/liveRoom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/room/liveRoom.html b/room/liveRoom.html index ddcbc7a..c4ad3b1 100644 --- a/room/liveRoom.html +++ b/room/liveRoom.html @@ -1485,7 +1485,7 @@ $(function () { function canplay(){ const a = document.createElement('a'); a.onclick = function(){ - video.play();//这样就可以自动播放了 + flvPlayer.play() } const event = new MouseEvent('click'); a.dispatchEvent(event ); -- libgit2 0.25.0