修复了房内pk开启PK参数错误的问题

This commit is contained in:
fengshuo
2022-05-19 11:08:59 +08:00
parent 958f8e8aca
commit 41f3489f45
3 changed files with 4 additions and 4 deletions

View File

@@ -300,7 +300,7 @@
[self addSubview:self.roompkPanelView];
[self.roompkPanelView mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.mas_equalTo(self).offset(15);
make.top.mas_equalTo(self).offset((58 + 5 + 6 + 12) + 33 + (60 + 6 + 12) * 2 + 15 * 2 + kNavigationHeight);
make.top.mas_equalTo(self).offset(35 + (58 + 5 + 6 + 12) + 38 + (55 + 10 + 12 + 5+16) * 2 + 15 * 2 + kNavigationHeight + 5);
}];
}
NSString * roomId = [NSString stringWithFormat:@"%ld", roomInfo.roomId];