@@ -172,7 +172,7 @@ function putImg(file) {
// 操作滚动条信息列表 互聊
function handleScroll(domEl){
setTimeout(function () {
- ($('#msgContent').children("div:last-child")[0]).scrollIntoView();
+ // ($('#msgContent').children("div:last-child")[0]).scrollIntoView();
// 获取信息列表最后一条消息距离顶部的距离
var lastDom = $(domEl)[0].lastElementChild
// 滚动的距离