Commit 72fd59d9 by libai

测试

parent d40b42d1
Showing with 6 additions and 0 deletions
......@@ -2522,6 +2522,9 @@ $(function(){
// }
$(".layer-space-box").html(html);
$(".layer-space-face").unbind("error").on("error",function(){
$(this).attr("src","images/boy.png")
})
// if(richLv>1)$(".layer-space").css("background","#fff")
// else{
// $(".layer-space").css("background","url(../images/layer-space.png) no-repeat;")
......
......@@ -1726,6 +1726,9 @@ $(function () {
}
$(".layer-space-box").html(html);
$(".layer-space-face").unbind("error").on("error",function(){
$(".layer-space-face").attr("src","images/boy.png")
})
if(richLv>1)$(".layer-space").css("background","#fff")
else{
$(".layer-space").css("background","url(../images/layer-space.png) no-repeat;")
......
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