|
@@ -122,7 +122,7 @@ namespace GFGGame
|
|
item.m_txtTitle.text = noticeInfo.title;
|
|
item.m_txtTitle.text = noticeInfo.title;
|
|
item.m_txtTime.text = TimeUtil.FormattingTimeTo_yyyMMdd0(noticeInfo.time);
|
|
item.m_txtTime.text = TimeUtil.FormattingTimeTo_yyyMMdd0(noticeInfo.time);
|
|
// item.m_imgTips.visible = !noticeInfo.readStatus;
|
|
// item.m_imgTips.visible = !noticeInfo.readStatus;
|
|
- RedDotController.Instance.SetComRedDot(item.target, !noticeInfo.readStatus, "gg_gg_hdhdgth", -13, 12);
|
|
|
|
|
|
+ RedDotController.Instance.SetComRedDot(item.target, !noticeInfo.readStatus, "gg_gg_hdhdgth", -40, 32);
|
|
if (item.m_btnGo.data == null)
|
|
if (item.m_btnGo.data == null)
|
|
{
|
|
{
|
|
item.m_btnGo.onClick.Add(OnListNoticeBtnGoClick);
|
|
item.m_btnGo.onClick.Add(OnListNoticeBtnGoClick);
|