充值去掉客服
This commit is contained in:
@@ -380,6 +380,7 @@
|
||||
_contactLabel = [[UILabel alloc] init];
|
||||
_contactLabel.text = @"如有任何问题请咨询客服,ID:88001";
|
||||
_contactLabel.font = [UIFont systemFontOfSize:12];
|
||||
_contactLabel.hidden = YES;
|
||||
_contactLabel.textColor = [ThemeColor secondTextColor];
|
||||
}
|
||||
return _contactLabel;
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user