diff --git a/components/BottomNav/index.js b/components/BottomNav/index.js
index 06045eb..9fb7d2e 100644
--- a/components/BottomNav/index.js
+++ b/components/BottomNav/index.js
@@ -38,7 +38,7 @@ function BottomNav({ changeNoticeCount, changeInviter, noticeCount }) {
if (_data.ret === -1) {
return;
}
- if (!noticeCount) changeNoticeCount(_data.data.total);
+ changeNoticeCount(_data.data.total);
} catch (error) {}
};
getDtata();
diff --git a/components/UploadImgs/index.js b/components/UploadImgs/index.js
index 730929a..200dd1b 100644
--- a/components/UploadImgs/index.js
+++ b/components/UploadImgs/index.js
@@ -259,20 +259,21 @@ export default function UploadImgs({
>
handleRemoveItem(index * 4 + ind)}
>
{type == 2 && (
showPhotos(filesUrls)}
>
diff --git a/public/images/guildJoin.png b/public/images/guildJoin.png
index dc9f6f8..bfcab9d 100644
Binary files a/public/images/guildJoin.png and b/public/images/guildJoin.png differ
diff --git a/public/images/guildJoined.png b/public/images/guildJoined.png
index e2ae6c5..1eb4f5e 100644
Binary files a/public/images/guildJoined.png and b/public/images/guildJoined.png differ