修改了粉丝团的入口文案

This commit is contained in:
fengshuo
2022-11-01 17:05:21 +08:00
parent f70be816f5
commit 41d99433e8

View File

@@ -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);
}];