Browse Source

修改套装图鉴红点刷新

leiyasi 1 year ago
parent
commit
7e476c1669

+ 1 - 2
GameClient/Assets/Game/HotUpdate/Views/FieldGuide/SuitGuideView.cs

@@ -56,9 +56,8 @@ namespace GFGGame
             {
                 _needRefresh = false;
                 UpdateItemsByType(1);
-                UpdateListSuitTypeRedDots();
             }
-
+            UpdateListSuitTypeRedDots();
             Timers.inst.StartCoroutine(UpdateRedDot());
         }