Browse Source

修复套装图鉴的红点显示问题

leiyasi 1 year ago
parent
commit
bb1088f547

+ 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)