|
@@ -31,6 +31,7 @@ namespace GFGGame
|
|
MatchingCompetitionDataManager.Instance.MatchingCompetitionSeason = response.JudgingRoundOpenId;
|
|
MatchingCompetitionDataManager.Instance.MatchingCompetitionSeason = response.JudgingRoundOpenId;
|
|
MatchingCompetitionDataManager.Instance.MatchingState = response.PhaseType;
|
|
MatchingCompetitionDataManager.Instance.MatchingState = response.PhaseType;
|
|
MatchingCompetitionDataManager.Instance.MatchingEndTimes = response.PhaseEndTime;
|
|
MatchingCompetitionDataManager.Instance.MatchingEndTimes = response.PhaseEndTime;
|
|
|
|
+ MatchingCompetitionDataManager.Instance.MatchingRemainingTimes = GameGlobal.myNumericComponent.GetAsInt(NumericType.JudgingRoundSelNum);
|
|
MatchingCompetitionDataManager.Instance.myWorks = response.MyWorks;
|
|
MatchingCompetitionDataManager.Instance.myWorks = response.MyWorks;
|
|
if(response.MyWorks != null)
|
|
if(response.MyWorks != null)
|
|
{
|
|
{
|
|
@@ -101,6 +102,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
|
|
+ MatchingCompetitionDataManager.Instance.MatchingRemainingTimes = GameGlobal.myNumericComponent.GetAsInt(NumericType.JudgingRoundSelNum);
|
|
MatchingLeftDataManager.Instance.LeftRoleInfo.JudgingInfo = response.JudgingRoundRoleInfoList[0];
|
|
MatchingLeftDataManager.Instance.LeftRoleInfo.JudgingInfo = response.JudgingRoundRoleInfoList[0];
|
|
if(response.JudgingRoundRoleInfoList[0] != null)
|
|
if(response.JudgingRoundRoleInfoList[0] != null)
|
|
{
|
|
{
|
|
@@ -129,7 +131,8 @@ namespace GFGGame
|
|
{
|
|
{
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
- if(MatchingLeftDataManager.Instance.LeftRoleInfo.JudgingInfo.WorksId == workID)
|
|
|
|
|
|
+ MatchingCompetitionDataManager.Instance.MatchingRemainingTimes = GameGlobal.myNumericComponent.GetAsInt(NumericType.JudgingRoundSelNum);
|
|
|
|
+ if (MatchingLeftDataManager.Instance.LeftRoleInfo.JudgingInfo.WorksId == workID)
|
|
{
|
|
{
|
|
MatchingLeftDataManager.Instance.LeftRoleInfo.JudgingInfo = response.JudgingRoundRoleInfoList[0];
|
|
MatchingLeftDataManager.Instance.LeftRoleInfo.JudgingInfo = response.JudgingRoundRoleInfoList[0];
|
|
MatchingRightDataManager.Instance.RightRoleInfo.JudgingInfo = response.JudgingRoundRoleInfoList[1];
|
|
MatchingRightDataManager.Instance.RightRoleInfo.JudgingInfo = response.JudgingRoundRoleInfoList[1];
|