修改图片
This commit is contained in:
parent
ccc559e4f0
commit
9fc7cd3e57
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 |
|
@ -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]);
|
||||||
|
|
Loading…
Reference in New Issue