Commit 5e23d5d6 by Seefs Committed by GitHub

Merge pull request #2749 from wans10/main

parents 57c65c27 29108b2e
...@@ -465,9 +465,8 @@ const TopUp = () => { ...@@ -465,9 +465,8 @@ const TopUp = () => {
}; };
useEffect(() => { useEffect(() => {
if (!userState?.user?.id) { // 始终获取最新用户数据,确保余额等统计信息准确
getUserQuota().then(); getUserQuota().then();
}
setTransferAmount(getQuotaPerUnit()); setTransferAmount(getQuotaPerUnit());
}, []); }, []);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment