anln_0000001_superFanPrices #25

Merged
yezian merged 48 commits from anln_0000001_superFanPrices into main 2025-01-21 14:34:00 +08:00
3 changed files with 1 additions and 1 deletions
Showing only changes of commit 9fc7cd3e57 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

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