1
This commit is contained in:
parent
7062ba6302
commit
cda978aad7
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -143,7 +143,7 @@ namespace GameLogic
|
|||||||
else if (rankType == 2)
|
else if (rankType == 2)
|
||||||
{
|
{
|
||||||
List<PlayRankData> data = null;
|
List<PlayRankData> data = null;
|
||||||
data = await DataGameModelManager.Instance.C2S_GetResultRank(rankType);
|
data = await DataGameModelManager.Instance.C2S_GetResultRank(0);
|
||||||
m_PlayRankDataMonth = data;
|
m_PlayRankDataMonth = data;
|
||||||
m_PlayRankDatas = data;
|
m_PlayRankDatas = data;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user