Merge branch 'PR' into develop

pull/125/MERGE
13621160019@163.com 2022-02-18 18:10:12 +08:00
commit 5171f55700
1 changed files with 6 additions and 2 deletions

View File

@ -63,7 +63,9 @@ const NotificationDropdown = ({ t }) => {
} }
}); });
} }else {
setIsAllRead(true);
}
setRawNewNotificationschild(NewNotificationList); setRawNewNotificationschild(NewNotificationList);
} }
}).catch(err => { }).catch(err => {
@ -147,7 +149,9 @@ const NotificationDropdown = ({ t }) => {
} }
}); });
} }else {
setIsAllRead(true);
}
setRawNewNotificationschild(NewNotificationList); setRawNewNotificationschild(NewNotificationList);
} }
}).catch(err => { }).catch(err => {