Browse Source

搭配赛补充提交

zhangyuqian 11 months ago
parent
commit
818b5710af

+ 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("暂无玩家数据!");
                     }
                 }
             }