diff --git a/room/liveRoom.html b/room/liveRoom.html
index 9f8d24f..8cf8962 100644
--- a/room/liveRoom.html
+++ b/room/liveRoom.html
@@ -1121,7 +1121,7 @@ $(function () {
                 }
                 $(".rich-list-ul").html(html)
                 $(".rich-list-face").on("error",function(){
-                    console.log("1212")
+                    $(this).attr("src","images/face.png")
                 })
                 $(".name-span").unbind("click").on("click",function(){
                     var _self=$(this)
@@ -1153,7 +1153,9 @@ $(function () {
                     html += '</li></a>';
                 }
                 $(".hot-list-ul").html(html)
-
+                $(".rich-list-face").on("error",function(){
+                    $(this).attr("src","images/face.png")
+                })
             }
         })
     }