Browse Source

no message

develop
shuixiang 4 years ago
parent
commit
da4ce53c67
  1. 4
      resources/views/admin/pages/index.blade.php

4
resources/views/admin/pages/index.blade.php

@ -192,7 +192,7 @@
let offsetTop = $('.msg-list-item.active').position().top let offsetTop = $('.msg-list-item.active').position().top
$(".msg-list").animate({ scrollTop: offsetTop - 20}, 1) $(".msg-list").animate({ scrollTop: offsetTop - 20}, 1)
$(".msg-chat-list").animate({ scrollTop: $(".msg-chat-list")[0].scrollHeight - $('.msg-chat-list').height() - 200 }, 1)
$(".msg-chat-list").animate({ scrollTop: $(".msg-chat-list")[0].scrollHeight - $('.msg-chat-list').height() + 200 }, 1)
$('.msg-image').on('click', function (e) { $('.msg-image').on('click', function (e) {
$('.image').click(); $('.image').click();
@ -218,7 +218,7 @@
templateHtml = templateHtml.replace('#contents', imgDoc) templateHtml = templateHtml.replace('#contents', imgDoc)
templateHtml = templateHtml.replace('#times', msgTime) templateHtml = templateHtml.replace('#times', msgTime)
$(".msg-chat-list").append(templateHtml) $(".msg-chat-list").append(templateHtml)
$(".msg-chat-list").animate({ scrollTop: $(".msg-chat-list")[0].scrollHeight - $('.msg-chat-list').height() }, 1)
$(".msg-chat-list").animate({ scrollTop: $(".msg-chat-list")[0].scrollHeight - $('.msg-chat-list').height() + 200 }, 1)
}, },
error: function (error) { error: function (error) {
console.log(error) console.log(error)

Loading…
Cancel
Save