明树Git Lab

Commit c447357b authored by yangyajing's avatar yangyajing

list

parent a0b615a9
...@@ -32,6 +32,7 @@ $(function () { ...@@ -32,6 +32,7 @@ $(function () {
}), }),
dataType: "json", dataType: "json",
success: (res) => { success: (res) => {
if (res.code === 0) {
let conversationList = res.list; let conversationList = res.list;
let html = "" let html = ""
conversationList.forEach(item => { conversationList.forEach(item => {
...@@ -46,6 +47,7 @@ $(function () { ...@@ -46,6 +47,7 @@ $(function () {
$('.conversation-wrap').html(html + $('.conversation-wrap').html()); $('.conversation-wrap').html(html + $('.conversation-wrap').html());
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