浏览代码

修改套装图鉴红点刷新

leiyasi 1 年之前
父节点
当前提交
7e476c1669
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      GameClient/Assets/Game/HotUpdate/Views/FieldGuide/SuitGuideView.cs

+ 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());
         }