1. 修正 PK 结果文案
2. 调整首页 top tab bar item 下标位置
This commit is contained in:
@@ -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);
|
||||
|
@@ -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];
|
||||
|
Reference in New Issue
Block a user