This commit is contained in:
启星
2025-12-26 19:04:08 +08:00
parent 7b7d18e665
commit 890c5f59ed
29 changed files with 359 additions and 151 deletions

View File

@@ -123,7 +123,7 @@
[weakSelf.navigationController popViewControllerAnimated:YES];
}
failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) {
showToast(msg);
}];
}

View File

@@ -715,6 +715,8 @@
-(void)listWillAppear{
if ([self.giftLabelId isEqualToString:@"-10"]) {
[self getBagList];
}else{
[self reloadData];
}
self.selectedIndex = -1;
[self.collectionView reloadData];