소스 검색

我的排名

zhaoyang 2 년 전
부모
커밋
a8a9ef371a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/ServerProxy/PoemGallerySProxy.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/ServerProxy/PoemGallerySProxy.cs

@@ -102,7 +102,7 @@ namespace GFGGame
             {
                 if (response.Error == ErrorCode.ERR_Success)
                 {
-                    PoemGalleryDataManager.Instance.MyRank = response.MyRank;
+                    PoemGalleryDataManager.Instance.MyRank = response.MyRank + 1;
                     List<long> list = PoemGalleryDataManager.Instance.RankDatas;
                     list.Clear();
                     for (int i = 0; i < response.RankList.Count; i++)