|
@@ -1204,15 +1204,15 @@ namespace GFGGame
|
|
|
// }
|
|
|
//}
|
|
|
//活动公告弹窗
|
|
|
- //if (GameGlobal.AutoAcitivtyTipsLoginView)
|
|
|
- //{
|
|
|
- // GameGlobal.AutoAcitivtyTipsLoginView = false;
|
|
|
- // if (GameGlobal.myNumericComponent.GetAsInt(NumericType.IsPropYchmActivity) == 0)
|
|
|
- // {
|
|
|
- // ViewManager.Show<ActivityMainTipsView>();
|
|
|
- // return;
|
|
|
- // }
|
|
|
- //}
|
|
|
+ if (GameGlobal.AutoAcitivtyTipsLoginView)
|
|
|
+ {
|
|
|
+ GameGlobal.AutoAcitivtyTipsLoginView = false;
|
|
|
+ if (GameGlobal.myNumericComponent.GetAsInt(NumericType.IsPropYchmActivity) == 0)
|
|
|
+ {
|
|
|
+ ViewManager.Show<ActivityMainTipsView>();
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ }
|
|
|
//if (GameGlobal.AutoSpecialOfferGiftBoxView)
|
|
|
//{
|
|
|
// //List<int> shopListId = new List<int>() { 40012, 40013 };
|