明树Git Lab

Commit c447357b authored by yangyajing's avatar yangyajing

list

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