-- 优化 iOS 端页面效果(个人页/聊天气泡)

-- 优化 iOS 端部分 API 多次调用逻辑和错误处理
-- 修正相亲房玩法入口问题
This commit is contained in:
eggmanQQQ
2024-08-01 19:59:50 +08:00
parent ba06b327a5
commit ca5137dff9
25 changed files with 401 additions and 305 deletions

View File

@@ -74,8 +74,7 @@ typedef enum : NSUInteger {
textColor:UIColorFromRGB(0x191919)];
[self addSubview:_titleLabel];
[_titleLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.centerY.mas_equalTo(self);
make.leading.mas_equalTo(self).offset(0);
make.leading.centerY.mas_equalTo(self);
}];
_numLabel = [UILabel labelInitWithText:@""