|
@@ -115,6 +115,9 @@ namespace GFGGame
|
|
|
item.target.onClick.Add(OnBtnGetClick);
|
|
|
}
|
|
|
item.target.data = _getDatas[index].Type;
|
|
|
+
|
|
|
+ int y = index < 2 ? 98 : 30;
|
|
|
+ RedDotController.Instance.SetComRedDot(item.target, !_getDatas[index].IsGet, "", 0, y);
|
|
|
UI_ListGiftGetItemTop.ProxyEnd();
|
|
|
}
|
|
|
private void RenderListBuyItem(int index, GObject obj)
|