diff --git a/YuMi/Modules/YMMine/View/Noble/View/SubViews/XPNobleCenterEntranceView.m b/YuMi/Modules/YMMine/View/Noble/View/SubViews/XPNobleCenterEntranceView.m index 057d5865..c46f3869 100644 --- a/YuMi/Modules/YMMine/View/Noble/View/SubViews/XPNobleCenterEntranceView.m +++ b/YuMi/Modules/YMMine/View/Noble/View/SubViews/XPNobleCenterEntranceView.m @@ -141,7 +141,7 @@ self.descLabel.text = [NSString stringWithFormat:YMLocalizedString(@"XPNobleCenterEntranceView0"), value]; self.descLabel.textColor = UIColorFromRGB(0x5E4D98); self.nextLevelLabel.text = nextLevelName; - + self.descLabel.hidden = nobleInfo.currLevel >= 9; CGFloat margin = self.backProgressView.frame.size.width * (nobleInfo.currScore * 1.0 / (nextScore > 0 ? nextScore : 1)); [self.currentProgressView mas_updateConstraints:^(MASConstraintMaker *make) { make.trailing.mas_equalTo(self.backProgressView.mas_leading).mas_offset(margin);