明树Git Lab

Commit 33003c1e authored by zfp1's avatar zfp1
parents d428878a 8dd1aa73
...@@ -103,7 +103,7 @@ $(function () { ...@@ -103,7 +103,7 @@ $(function () {
<div class="conversation-answer"> <div class="conversation-answer">
<div class="answer-data">${answer}</div> <div class="answer-data">${answer}</div>
</div>`; </div>`;
$('.conversation-loading').insertBefore(div); $('.conversation-wrap')[0].insertBefore(div, $('.conversation-loading')[0]);
$(this).val(""); $(this).val("");
$('.conversation-loading').hide(); $('.conversation-loading').hide();
scrollBottom(); scrollBottom();
......
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 to comment