diff --git a/api/common.js b/api/common.js index d22fe40..a5f272a 100644 --- a/api/common.js +++ b/api/common.js @@ -17,6 +17,22 @@ export default { }) }, + //获取联系人列表 + getContactList(data) { + let url = `/member/contact_list` + return http.get(url,data).then(res => { + return res; + }) + }, + + //获取消息列表 + getContactMessage(data) { + let url = `/member/contact_message` + return http.get(url,data).then(res => { + return res; + }) + }, + } \ No newline at end of file diff --git a/pages/common/im_chat_info.vue b/pages/common/im_chat_info.vue index 13fafe5..0d9f9a2 100644 --- a/pages/common/im_chat_info.vue +++ b/pages/common/im_chat_info.vue @@ -11,26 +11,21 @@ style="height: 80vh;" > - 2024-05-15 - - - - 你好,aaaaaaaaaaaaaaaaaaaaaaaaa1111111111111111111@@@@@@@@@@@@@@@@@ - - - - - - - 你好,是呢么时间可以到课是呢么时间可以到课是呢么时间可以到课 + + {{v.create_time}} + + + + {{v.content}} + + - - - - - - 间可以到课 + + + + {{v.content}} + @@ -49,6 +44,7 @@