فهرست منبع

搭配赛补充

zhangyuqian 11 ماه پیش
والد
کامیت
b93b1d2da7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MatchingCompetition/MatchingCompetitionRankView.cs

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

@@ -65,7 +65,7 @@ namespace GFGGame
             {
                 //MatchingPhotoWorksData otherInfo = MatchingCompetitionDataManager.Instance._currentRankList[0];
                 //_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()))
                 {
                     _ui.m_playerImage.texture = MatchingCompetitionDataManager.Instance._currentImageDic[otherInfo.JudgingInfo.WorksId.ToString()];