Last update

This commit is contained in:
eggmanQQQ
2024-06-28 17:24:13 +08:00
parent c77e0c0f7b
commit 79fca3d9b6
37 changed files with 227 additions and 103 deletions

View File

@@ -310,8 +310,11 @@ typedef enum : NSUInteger {
}
}
-(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
if (section == Medal) {
return self.medalInfo.medalCount == 0 ? 0 : 30;
} else if (section == Gifts || section == LuckyGifts) {
return 50;
}
return 30;
}