| | |
| | | public Dictionary<int, WeekPartyActionClass> WeekPartyActionDic = new Dictionary<int, WeekPartyActionClass>();//活动模板信息
|
| | | public Dictionary<int, Redpoint> RedPointDic = new Dictionary<int, Redpoint>();//红点
|
| | | public event Action WeekPartyUpdate;//活动信息变更
|
| | | private const int Redpoint_key = 214;//周狂欢红点
|
| | | public Redpoint redPointStre = new Redpoint(2, Redpoint_key);
|
| | | private const int Redpoint_key1 = 21401;//周狂欢红点
|
| | | public Redpoint redPointStre1 = new Redpoint(214, Redpoint_key1);
|
| | | private int _SelectedNow = 0;
|
| | |
| | | public void GetIsOpen()
|
| | | {
|
| | | var time1 = TimeDayBeginAndOver[0];
|
| | | var time2 = TimeDayBeginAndOver[0];
|
| | | var time2 = TimeDayBeginAndOver[1];
|
| | | if (TimeDayBeginAndOver.Length <= 0 || time1 == null || time2 == null)
|
| | | {
|
| | | return;
|