zhangyuqian 1 год назад
Родитель
Сommit
0ee7761100

+ 2 - 0
GameClient/Assets/Game/HotUpdate/Views/ActivityAfternoonTea/ActivityVisitNpcView.cs

@@ -154,6 +154,7 @@ namespace GFGGame
                         case 0:
                             canGetReward = false;
                             _ui.m_gotReward.visible = false;
+                            RedDotController.Instance.SetComRedDot(_ui.m_taskIcon.target, false);
                             break;
                         case 1:
                             canGetReward = true;
@@ -163,6 +164,7 @@ namespace GFGGame
                         case 2:
                             canGetReward = false;
                             _ui.m_gotReward.visible = true;
+                            RedDotController.Instance.SetComRedDot(_ui.m_taskIcon.target, false);
                             break;
                         default:
                             break;