Browse Source

套装红点

zhaoyang 3 years ago
parent
commit
01c81bd2c3
1 changed files with 5 additions and 0 deletions
  1. 5 0
      GameClient/Assets/Game/HotUpdate/Views/FieldGuide/SuitShowView.cs

+ 5 - 0
GameClient/Assets/Game/HotUpdate/Views/FieldGuide/SuitShowView.cs

@@ -159,6 +159,8 @@ namespace GFGGame
                 UpdateArrows();
                 UpdateSuitView();
             }
+            UpdateSuitBoxStatus();
+
         }
 
         private void OnClickBtnRight()
@@ -171,6 +173,8 @@ namespace GFGGame
                 UpdateArrows();
                 UpdateSuitView();
             }
+            UpdateSuitBoxStatus();
+
         }
 
         private void UpdateSuitBoxStatus(EventContext eventContext = null)
@@ -178,6 +182,7 @@ namespace GFGGame
             if (eventContext == null || _suitId == (int)eventContext.data)
             {
                 int status = DressUpMenuSuitDataManager.GetSuitGuideBonusStatus(_suitId);
+                RedDotController.Instance.SetComRedDot(_ui.m_imgBonusBox.target, false);
                 RedDotController.Instance.SetComRedDot(_ui.m_imgBonusBox.target, status == ConstBonusStatus.CAN_GET);
 
                 if (status == ConstBonusStatus.CAN_GET)