diff --git a/xplan-ios/Main/Room/View/AnchorView/FansTeam/View/XPAnchorFansTeamEntranceView.m b/xplan-ios/Main/Room/View/AnchorView/FansTeam/View/XPAnchorFansTeamEntranceView.m index 0575c3a1..d0d2d7f9 100644 --- a/xplan-ios/Main/Room/View/AnchorView/FansTeam/View/XPAnchorFansTeamEntranceView.m +++ b/xplan-ios/Main/Room/View/AnchorView/FansTeam/View/XPAnchorFansTeamEntranceView.m @@ -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); }];