浏览代码

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

guodong 1 年之前
父节点
当前提交
77da8eda25
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      GameClient/Assets/Game/HotUpdate/Views/FieldGuide/FieldGuideView.cs

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

@@ -220,6 +220,11 @@ namespace GFGGame
                 UI_CompGuideItem.ProxyEnd();
             }
 
+            if (!playAnim)
+            {
+                UpdateRedDot();
+            }
+
         }
 
         public static int ProgressCalculate(int haveCount, int totalCount)