zhaoyang 2 years ago
parent
commit
03e64556bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/ServerProxy/CommonSProxy.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/ServerProxy/CommonSProxy.cs

@@ -57,7 +57,7 @@ namespace GFGGame
                     ArenaSproxy.ReqArenaInfos().Coroutine();
                     ArenaSproxy.ReqArenaInfos().Coroutine();
                     EnduringGiftBoxSProxy.ReqGetAllGiftBagRebateStatus().Coroutine();
                     EnduringGiftBoxSProxy.ReqGetAllGiftBagRebateStatus().Coroutine();
                     LuckyBoxSProxy.ReqGetLuckyBoxRotatingInfo().Coroutine();
                     LuckyBoxSProxy.ReqGetLuckyBoxRotatingInfo().Coroutine();
-                    ActivityGlobalSProxy.GetActivityInfo().Coroutine();
+                    await ActivityGlobalSProxy.GetActivityInfo();
                     EventAgent.DispatchEvent(ConstMessage.RESET_DAILY_DATA);
                     EventAgent.DispatchEvent(ConstMessage.RESET_DAILY_DATA);
                     PromptController.Instance.ShowFloatTextPrompt("每日次数已重置", MessageType.SUCCESS);
                     PromptController.Instance.ShowFloatTextPrompt("每日次数已重置", MessageType.SUCCESS);
                 }
                 }