yangjie #22
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue