|
@@ -213,19 +213,18 @@ namespace GFGGame
|
|
_valueBarController.OnShown();
|
|
_valueBarController.OnShown();
|
|
|
|
|
|
|
|
|
|
- long lastTime =
|
|
|
|
- GameGlobal.lastLoginTime; // GameGlobal.myNumericComponent.GetAsInt(NumericType.OnlineTimeSecs);
|
|
|
|
|
|
+ //long lastTime = GameGlobal.lastLoginTime; // GameGlobal.myNumericComponent.GetAsInt(NumericType.OnlineTimeSecs);
|
|
|
|
|
|
- if (!TimeUtil.CheckIsSameTime(lastTime * 1000, TimeHelper.ClientNow()))
|
|
|
|
- {
|
|
|
|
|
|
+ //if (!TimeUtil.CheckIsSameTime(lastTime * 1000, TimeHelper.ClientNow()))
|
|
|
|
+ //{
|
|
if (ActivityDataManager.Instance.sevenDayLoginBonusStatus == ConstBonusStatus.CAN_GET &&
|
|
if (ActivityDataManager.Instance.sevenDayLoginBonusStatus == ConstBonusStatus.CAN_GET &&
|
|
GuideDataManager.currentGuideId <= 0)
|
|
GuideDataManager.currentGuideId <= 0)
|
|
{
|
|
{
|
|
ViewManager.Show<SevenDayLoginView>();
|
|
ViewManager.Show<SevenDayLoginView>();
|
|
}
|
|
}
|
|
|
|
|
|
- GameGlobal.lastLoginTime = GameGlobal.myNumericComponent.GetAsInt(NumericType.OnlineTimeSecs);
|
|
|
|
- }
|
|
|
|
|
|
+ //GameGlobal.lastLoginTime = GameGlobal.myNumericComponent.GetAsInt(NumericType.OnlineTimeSecs);
|
|
|
|
+ //}
|
|
|
|
|
|
SetPos();
|
|
SetPos();
|
|
GetAdIds();
|
|
GetAdIds();
|