| | |
| | | return;
|
| | | }
|
| | | }
|
| | | if (featureNoticeModel.redPointStre1.state == RedPointState.Simple)//预告完毕还有奖励能领取
|
| | | bool IsOpen = false;
|
| | | foreach (var _key in featureNoticeModel.DicOpenFuncState.Keys)
|
| | | {
|
| | | if (featureNoticeModel.DicRedPoint.ContainsKey(_key) && featureNoticeModel.DicOpenFuncState[_key].State == 1
|
| | | && featureNoticeModel.DicOpenFuncState[_key].AwardState == 0 && featureNoticeModel.DicAwardItem.ContainsKey(_key))
|
| | | {
|
| | | IsOpen = true;
|
| | | }
|
| | | }
|
| | | if (IsOpen)//预告完毕还有奖励能领取
|
| | | {
|
| | | _FunctionForecastPanel.gameObject.SetActive(true);
|
| | | _FunctionIcon.SetSprite("PersonBossIcon");
|