Преглед изворни кода

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

leiyasi пре 1 година
родитељ
комит
bb1088f547
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)