diff --git a/xplan-ios/Main/Mine/View/Recharge/XPMineNewRechargeViewController.m b/xplan-ios/Main/Mine/View/Recharge/XPMineNewRechargeViewController.m index 0adaf80e..15f8049e 100644 --- a/xplan-ios/Main/Mine/View/Recharge/XPMineNewRechargeViewController.m +++ b/xplan-ios/Main/Mine/View/Recharge/XPMineNewRechargeViewController.m @@ -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; diff --git a/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomAnnouncementView.m b/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomAnnouncementView.m index cb9f3e22..054a71cb 100644 --- a/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomAnnouncementView.m +++ b/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomAnnouncementView.m @@ -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);