Browse Source

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

guodong 3 years ago
parent
commit
ecf2505920
1 changed files with 1 additions and 1 deletions
  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++)