明树Git Lab

Commit 34b658ff authored by yangyajing's avatar yangyajing

add data

parent 44354f97
......@@ -33,7 +33,7 @@ $(function () {
dataType: "json",
success: (res) => {
if (res.code === 0) {
let conversationList = res.list;
let conversationList = res.data.list;
let html = ""
conversationList.forEach(item => {
html = `<div class="conversation-item"><div class="conversation-item">
......
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