This commit is contained in:
2025-12-15 15:22:27 +08:00
parent 1f0bdb1bd4
commit 2620bd6845
4 changed files with 25 additions and 3 deletions

View File

@@ -70,6 +70,11 @@ static const CGFloat JXheightForHeaderInSection = 50;
}];
[self fetchShopStylesWithHUD:YES];
}
- (void)viewWillAppear:(BOOL)animated{
[super viewWillAppear:animated];
[self fetchWalletBalanceWithHUD:NO];
}