Merge branch 'develop'

pull/128/MERGE
13621160019@163.com 2022-02-18 18:22:05 +08:00
commit 6d66f5b5a2
1 changed files with 6 additions and 2 deletions

View File

@ -63,6 +63,8 @@ const NotificationDropdown = ({ t }) => {
} }
}); });
}else {
setIsAllRead(true);
} }
setRawNewNotificationschild(NewNotificationList); setRawNewNotificationschild(NewNotificationList);
} }
@ -147,6 +149,8 @@ const NotificationDropdown = ({ t }) => {
} }
}); });
}else {
setIsAllRead(true);
} }
setRawNewNotificationschild(NewNotificationList); setRawNewNotificationschild(NewNotificationList);
} }