修改了礼物的颜色不对的问题
This commit is contained in:
@@ -148,7 +148,6 @@
|
||||
|
||||
self.priceLabel.textColor = _giftInfo.isSelected ? [ThemeColor giftPriceSelectColor] : [ThemeColor giftPriceNormalColor];
|
||||
self.giftNameLabel.textColor = _giftInfo.isSelected ? [ThemeColor giftNameSelectColor] : [UIColor whiteColor];
|
||||
self.giftNameLabel.textColor = _giftInfo.isSelected ? [ThemeColor giftNameSelectColor] : [ThemeColor mainTextColor];
|
||||
if (giftInfo.giftType == GiftType_Noble && giftInfo.giftVipInfo) {
|
||||
self.nobleIconImageView.hidden = NO;
|
||||
self.nobleIconImageView.imageUrl = giftInfo.giftVipInfo.vipIcon;
|
||||
|
Reference in New Issue
Block a user