From e22241b35578e492f6114408ef4f4509545f1e1a Mon Sep 17 00:00:00 2001
From: libai <libai@yazhai.co>
Date: Thu, 23 Feb 2023 16:40:06 +0800
Subject: [PATCH] 测试

---
 mobile/index.html  | 1 -
 room/liveRoom.html | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/mobile/index.html b/mobile/index.html
index 80b3f4f..cff11e7 100644
--- a/mobile/index.html
+++ b/mobile/index.html
@@ -104,7 +104,6 @@
                     <div><a style="color: #FFABEE;" href="videoPage.html"><span class="txt2">影片</span></a><img class="click-img" src="images/click.png" alt="絲足"></div>
                 </div>
             </div> -->
-
             <div style="height: 1.5rem;"></div>
             <ul class="live-ul clearfix">
                 <!-- <li>
diff --git a/room/liveRoom.html b/room/liveRoom.html
index 6e92440..482df52 100644
--- a/room/liveRoom.html
+++ b/room/liveRoom.html
@@ -607,6 +607,9 @@ $(function () {
        
             flowUrl=data.pullFlowUrl
             $(".mc-material-face,.gurad-layer-face").attr("src", "https://zhibocdn.yabolive.net/comm" + roomList.face.split('?')[0] + "?x-oss-process=image/resize,w_40")
+            $(".mc-material-face,.gurad-layer-face").unbind("error").on("error",function(){
+                $(this).attr("src","images/face.png")
+            })
             var html = [];
             html += '<span class="mc-name">' + roomList.roomName + '</span>';
             if(roomList.isLike==0)html += '<div data-type="'+roomList.uid+'" class="like-btn"></div> ';
--
libgit2 0.25.0