修改了礼物的颜色不对的问题

This commit is contained in:
fengshuo
2022-03-17 11:26:07 +08:00
parent 926e1aa66b
commit 3eddd33fd5

View File

@@ -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;