1. 修正 PK 结果文案

2. 调整首页 top tab bar item 下标位置
This commit is contained in:
eggmanQQQ
2024-06-21 16:38:31 +08:00
parent 2d4c030a09
commit 22e54d3d6d
2 changed files with 5 additions and 5 deletions

View File

@@ -138,7 +138,7 @@
_tabMarks = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"home_top_tab_marks"]];
[_topControlView addSubview:_tabMarks];
[_tabMarks mas_makeConstraints:^(MASConstraintMaker *make) {
make.bottom.mas_equalTo(self.topControlView);
make.bottom.mas_equalTo(self.topControlView).offset(-8);
make.width.mas_equalTo(10);
make.height.mas_equalTo(2.5);
make.centerX.mas_equalTo(self.recommendButton.mas_centerX);
@@ -153,7 +153,7 @@
// [UIView animateWithDuration:0.25 animations:^{
[self.tabMarks mas_remakeConstraints:^(MASConstraintMaker *make) {
make.bottom.mas_equalTo(self.topControlView);
make.bottom.mas_equalTo(self.topControlView).offset(-8);
make.width.mas_equalTo(10);
make.height.mas_equalTo(2.5);
make.centerX.mas_equalTo(self.mineButton.mas_centerX);
@@ -170,7 +170,7 @@
// [UIView animateWithDuration:0.25 animations:^{
[self.tabMarks mas_remakeConstraints:^(MASConstraintMaker *make) {
make.bottom.mas_equalTo(self.topControlView);
make.bottom.mas_equalTo(self.topControlView).offset(-8);
make.width.mas_equalTo(10);
make.height.mas_equalTo(2.5);
make.centerX.mas_equalTo(self.recommendButton.mas_centerX);

View File

@@ -521,14 +521,14 @@
if (self.isCheckingOthers) { //
if (self.roomPKResultInfoModel.result == RoomPKResultType_Blue) {
[self topImageFail];
[self updateBottomTwoButtonsContent:4];
[self updateBottomTwoButtonsContent:3];
[self descAreaGroupType:GroupType_Red];
[self updateScoreLabel:redPKTeam GroupType:GroupType_Red];
[self updateUI_2];
[self loadTeamMemberUserAvatar:redPKTeam.teamMembers resultType:3];
} else if (self.roomPKResultInfoModel.result == RoomPKResultType_Red) {
[self topImageFail];
[self updateBottomTwoButtonsContent:3];
[self updateBottomTwoButtonsContent:4];
[self descAreaGroupType:GroupType_Blue];
[self updateScoreLabel:bluePKTeam GroupType:GroupType_Blue];
[self updateUI_2];