Commit a80bd4f3 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复loading无效的问题

parent 223c2691
...@@ -44,7 +44,7 @@ const Balance: React.FC<BalanceProps> = ({ ...@@ -44,7 +44,7 @@ const Balance: React.FC<BalanceProps> = ({
if (!purchaserId || !purchaserRoleId) { if (!purchaserId || !purchaserRoleId) {
return; return;
} }
setLoading(false); setLoading(true);
PublicApi.getPayAssetAccountGetChildUserBalance({ PublicApi.getPayAssetAccountGetChildUserBalance({
childMemberId: `${purchaserId}`, childMemberId: `${purchaserId}`,
childMemberRoleId: `${purchaserRoleId}`, childMemberRoleId: `${purchaserRoleId}`,
......
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 to comment