浏览代码

我的排名

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++)