zhangyuqian 11 сар өмнө
parent
commit
b93b1d2da7

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MatchingCompetition/MatchingCompetitionRankView.cs

@@ -65,7 +65,7 @@ namespace GFGGame
             {
             {
                 //MatchingPhotoWorksData otherInfo = MatchingCompetitionDataManager.Instance._currentRankList[0];
                 //MatchingPhotoWorksData otherInfo = MatchingCompetitionDataManager.Instance._currentRankList[0];
                 //_ui.m_playerImage.texture = otherInfo.Ntexture;
                 //_ui.m_playerImage.texture = otherInfo.Ntexture;
-                MatchingPhotoWorksData otherInfo = MatchingCompetitionDataManager.Instance._currentRankList[index];
+                MatchingPhotoWorksData otherInfo = MatchingCompetitionDataManager.Instance._currentRankList[0];
                 if (MatchingCompetitionDataManager.Instance._currentImageDic.ContainsKey(otherInfo.JudgingInfo.WorksId.ToString()))
                 if (MatchingCompetitionDataManager.Instance._currentImageDic.ContainsKey(otherInfo.JudgingInfo.WorksId.ToString()))
                 {
                 {
                     _ui.m_playerImage.texture = MatchingCompetitionDataManager.Instance._currentImageDic[otherInfo.JudgingInfo.WorksId.ToString()];
                     _ui.m_playerImage.texture = MatchingCompetitionDataManager.Instance._currentImageDic[otherInfo.JudgingInfo.WorksId.ToString()];