Browse Source

服装合成红点

zhangyuqian 1 year ago
parent
commit
30db50cc1b

+ 2 - 0
GameClient/Assets/Game/HotUpdate/Views/ClothingSynthetic/SuitSyntheticView.cs

@@ -178,6 +178,8 @@ namespace GFGGame
             RedDotController.Instance.SetComRedDot(listItem.target, RedDotDataManager.Instance.GetClothingSyntheticRed(suitId), "", 0, 0);
             // 奖励红点
             RedDotController.Instance.SetComRedDot(listItem.m_bonusGift.target, status == ConstBonusStatus.CAN_GET && !isLock, "", -13, -7);
+            //卡牌领取红点
+            RedDotController.Instance.SetComRedDot(listItem.target, DressUpMenuSuitDataManager.GetSuitSyntheticRewardStatus(suitId) == 1, "");
             UI_SuitListItem.ProxyEnd();
         }