zhaoyang 2 лет назад
Родитель
Сommit
b18260d8de

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/LuckyBox/LuckyBoxActivityView.cs

@@ -76,7 +76,7 @@ namespace GFGGame
             LuckyBoxDataManager.Instance.luckyBoxIndex = 2;
             UpGiftBox();
             Timers.inst.Add(1, 0, UpdateTime);
-            UpdateView();
+            UpdateListItemData();
             UpdateRedDot();
         }
         private void UpdateTime(object param = null)
@@ -140,7 +140,7 @@ namespace GFGGame
 
             UI_ComBox.ProxyEnd();
 
-            UpdateListItemData();
+            UpdateView();
         }
         private void UpdateView()
         {