修改图片

This commit is contained in:
al 2024-12-24 18:40:46 +08:00
parent ccc559e4f0
commit 9fc7cd3e57
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -51,7 +51,7 @@ export default function HomeTab({ navigation, route }) {
}); });
return; return;
} }
if (!noticeCount) dispatch(getNoticeCount(_data.data.total)); dispatch(getNoticeCount(_data.data.total));
}; };
checkRole(); checkRole();
}, [noticeCount]); }, [noticeCount]);