【功能完善】客服聊天查看最新消息和回到底部

This commit is contained in:
puhui999
2025-05-08 17:01:57 +08:00
parent 13f674ab4b
commit 8456d0a8b3
2 changed files with 27 additions and 40 deletions
-1
View File
@@ -83,7 +83,6 @@
content: JSON.stringify({ text: chat.msg }),
};
await KeFuApi.sendKefuMessage(data);
await messageListRef.value.refreshMessageList();
chat.msg = '';
} finally {
chat.showTools = false;