修改了粉丝团的入口文案
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
make.height.mas_equalTo(22);
|
||||
}];
|
||||
} else {
|
||||
self.titleLabel.text = @"加入我的粉丝团吧~";
|
||||
self.titleLabel.text = @"加入粉丝团";
|
||||
self.iconImageView.image = [UIImage imageNamed:@"anchor_fansTeam_entrance_icon"];
|
||||
[self.iconImageView mas_remakeConstraints:^(MASConstraintMaker *make) {
|
||||
make.centerY.mas_equalTo(self.bgImageView);
|
||||
@@ -109,7 +109,7 @@
|
||||
}];
|
||||
}
|
||||
} else {
|
||||
self.titleLabel.text = @"该主播暂未开通粉丝团";
|
||||
self.titleLabel.text = @"TA暂未开通粉丝团";
|
||||
[self.iconImageView mas_updateConstraints:^(MASConstraintMaker *make) {
|
||||
make.width.height.mas_equalTo(0);
|
||||
}];
|
||||
|
Reference in New Issue
Block a user