From f158c704c2ee5adcf9be2e26ad66d3a53aa43984 Mon Sep 17 00:00:00 2001 From: libai <libai@yazhai.co> Date: Thu, 23 Feb 2023 11:01:46 +0800 Subject: [PATCH] 测试 --- room/liveRoom.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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") + }) } }) } -- libgit2 0.25.0