提交
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
[weakSelf.navigationController popViewControllerAnimated:YES];
|
||||
}
|
||||
failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) {
|
||||
|
||||
showToast(msg);
|
||||
}];
|
||||
}
|
||||
|
||||
|
||||
@@ -715,6 +715,8 @@
|
||||
-(void)listWillAppear{
|
||||
if ([self.giftLabelId isEqualToString:@"-10"]) {
|
||||
[self getBagList];
|
||||
}else{
|
||||
[self reloadData];
|
||||
}
|
||||
self.selectedIndex = -1;
|
||||
[self.collectionView reloadData];
|
||||
|
||||
Reference in New Issue
Block a user