Commit f158c704 by libai

测试

parent c2ab57b8
Showing with 4 additions and 2 deletions
......@@ -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")
})
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment