fix: userquery cache

This commit is contained in:
archer
2023-05-02 17:28:23 +08:00
parent 89234c197c
commit 9199e3e57d
4 changed files with 7 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ const OpenApi = () => {
useQuery(['init'], initUserInfo);
const { data: { invitedAmount = 0, historyAmount = 0, residueAmount = 0 } = {} } = useQuery(
['getInvitedCountAmount'],
['getPromotionInitData'],
getPromotionInitData
);