yangjie #22

Merged
yangqiang merged 99 commits from yangjie into master 2024-10-22 16:11:46 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 56abb8a700 - Show all commits

View File

@ -12,7 +12,7 @@ const ChatSmallWindow: React.FC = () => {
setChatLists((newChatList: any) => {
data.parmes.chatListIten.timer = setTimeout(() => {
removeItemByIndex();
}, 3000);
}, 10000);
return [data.parmes.chatListIten, ...newChatList]
})
setTimeout(() => {