|
@@ -60,8 +60,13 @@ namespace GFGGame
|
|
|
protected override void OnHide()
|
|
|
{
|
|
|
base.OnHide();
|
|
|
+ if (GameGlobal.isLogon && RedDotDataManager.Instance.DailySignRed())
|
|
|
+ {
|
|
|
+ ViewManager.Show<DailySignView>();
|
|
|
+ }
|
|
|
_ui.m_list.numItems = 0;
|
|
|
ViewManager.SetMaskAlpha(0.6f);
|
|
|
+ GameGlobal.isLogon = false;
|
|
|
}
|
|
|
private void ListItemRender(int index, GObject obj)
|
|
|
{
|
|
@@ -95,6 +100,7 @@ namespace GFGGame
|
|
|
{
|
|
|
LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.MEI_RI_DNEG_LU, 2);
|
|
|
UpdateView();
|
|
|
+ GameGlobal.isLogon = false;
|
|
|
}
|
|
|
}
|
|
|
else
|