Commit b7aa8c7f by libai

测试

parent b7f25961
Showing with 1 additions and 1 deletions
...@@ -3201,7 +3201,7 @@ $(function(){ ...@@ -3201,7 +3201,7 @@ $(function(){
$(".user-msg-box").scrollTop(0) $(".user-msg-box").scrollTop(0)
// return; // return;
} }
if(Math.abs($(".user-msg-box").scrollTop())<120){ if(Math.abs($(".user-msg-box").scrollTop())<130){
$(".user-msg-box").scrollTop(0) $(".user-msg-box").scrollTop(0)
}else{ }else{
$(".new-msg").show() $(".new-msg").show()
......
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