Browse Source

限时抽奖

zhaoyang 2 years ago
parent
commit
b18260d8de

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

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