|
@@ -1017,6 +1017,7 @@ namespace GFGGame
|
|
|
if (redPointUpdateFrame == 17)
|
|
|
RedDotController.Instance.SetComRedDot(_ui.m_btnActivityAfuGift.target, ActivityAfuGiftDataManager.Instance.HaveCanGetReward(), "", -39, -6);
|
|
|
}
|
|
|
+
|
|
|
//海之市
|
|
|
if (redPointUpdateFrame == 18)
|
|
|
{
|
|
@@ -1084,7 +1085,7 @@ namespace GFGGame
|
|
|
case ActivityType.AfternoonLeisure:
|
|
|
if (_ui.m_btnActivityFYJY.target.visible)
|
|
|
{
|
|
|
- RedDotController.Instance.SetComRedDot(_ui.m_btnActivityFYJY.target, RedDotDataManager.Instance.GetActivityFYJYRed(), "", -15, -1);
|
|
|
+ RedDotController.Instance.SetComRedDot(_ui.m_btnActivityFYJY.target, RedDotDataManager.Instance.GetActivityFYJYRed(), "", -15, -1, false);
|
|
|
}
|
|
|
break;
|
|
|
}
|