|
@@ -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()
|
|
{
|
|
{
|