소스 검색

搭配赛补充提交

zhangyuqian 11 달 전
부모
커밋
818b5710af
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Views/InstanceZones/InstanceZonesView.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/InstanceZones/InstanceZonesView.cs

@@ -160,7 +160,8 @@ namespace GFGGame
                     }
                     else
                     {
-                        PromptController.Instance.ShowFloatTextPrompt("暂无玩家数据!");
+                        await MatchingCompetitionSproxy.ReqMatchingCompetitionInfo();
+                        //PromptController.Instance.ShowFloatTextPrompt("暂无玩家数据!");
                     }
                 }
             }