zhaoyang 3 years ago
parent
commit
6bfc3c3884
1 changed files with 1 additions and 0 deletions
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/Friend/FriendView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/Friend/FriendView.cs

@@ -279,6 +279,7 @@ namespace GFGGame
         {
         {
             RedDotController.Instance.SetComRedDot(_ui.m_btnAdd, RedDotDataManager.Instance.GetFriendApplyRed());
             RedDotController.Instance.SetComRedDot(_ui.m_btnAdd, RedDotDataManager.Instance.GetFriendApplyRed());
             RedDotController.Instance.SetComRedDot(_ui.m_btnSendAll, RedDotDataManager.Instance.GetFriendGiftRed());
             RedDotController.Instance.SetComRedDot(_ui.m_btnSendAll, RedDotDataManager.Instance.GetFriendGiftRed());
+            RefreshView();
         }
         }
     }
     }
 }
 }