充值去掉客服

This commit is contained in:
fengshuo
2023-03-17 19:33:20 +08:00
parent 015fd4e635
commit bd57723b15
2 changed files with 2 additions and 1 deletions

View File

@@ -380,6 +380,7 @@
_contactLabel = [[UILabel alloc] init];
_contactLabel.text = @"如有任何问题请咨询客服ID88001";
_contactLabel.font = [UIFont systemFontOfSize:12];
_contactLabel.hidden = YES;
_contactLabel.textColor = [ThemeColor secondTextColor];
}
return _contactLabel;

View File

@@ -47,7 +47,7 @@
}];
[self.titleLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.centerY.mas_equalTo(self);
make.left.mas_equalTo(self.iconImageView.mas_right).mas_offset(4);
make.left.mas_equalTo(self.iconImageView.mas_right).mas_offset(8);
}];
[self.iconImageView mas_makeConstraints:^(MASConstraintMaker *make) {
make.width.height.mas_equalTo(12);