|
@@ -35,8 +35,8 @@ namespace GFGGame
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
/**********************************************************活动弹窗*************************************************/
|
|
/**********************************************************活动弹窗*************************************************/
|
|
- public bool todayActivityTips = true;
|
|
|
|
- public bool todayMonthlyCardTips = true;
|
|
|
|
|
|
+ public int todayActivityTips = 0;
|
|
|
|
+ public int todayMonthlyCardTips = 0;
|
|
/**********************************************************限时累充*************************************************/
|
|
/**********************************************************限时累充*************************************************/
|
|
public int lastActLimitChargeId = 0;
|
|
public int lastActLimitChargeId = 0;
|
|
private int _actLimitChargeId = 0;
|
|
private int _actLimitChargeId = 0;
|