|
@@ -233,6 +233,11 @@ namespace GFGGame
|
|
|
PromptController.Instance.ShowFloatTextPrompt("结算期间无法选择!");
|
|
|
return;
|
|
|
}
|
|
|
+ if(MatchingCompetitionDataManager.Instance.MatchingRemainingTimes <= 0)
|
|
|
+ {
|
|
|
+ PromptController.Instance.ShowFloatTextPrompt("评选次数不足!");
|
|
|
+ return;
|
|
|
+ }
|
|
|
//先获取两个玩家信息
|
|
|
bool resulst = await MatchingCompetitionSproxy.ReqGetTwoPlayers();
|
|
|
if(resulst)
|