From 99942158f81ef010a48a137d6d158129868c40be Mon Sep 17 00:00:00 2001
From: libai <libai@yazhai.co>
Date: Wed, 23 Nov 2022 17:17:01 +0800
Subject: [PATCH] 测试

---
 mTest/room/liveRoom.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mTest/room/liveRoom.html b/mTest/room/liveRoom.html
index f79d941..828efff 100644
--- a/mTest/room/liveRoom.html
+++ b/mTest/room/liveRoom.html
@@ -745,7 +745,9 @@ $(function(){
                 //     player.play()
                 // },500)
             })
-         
+            $(".play-icon").on("click",function(){
+                window.location.reload()
+            })
             $("#myVideo").on("waiting",function(){
                 clearTimeout(iosT)
                 $(".play-icon").fadeIn(200)
--
libgit2 0.25.0