hch
9 分钟以前 1b4a3a8f377e66ee562246a969419fc6cc658285
Main/System/BillboardRank/RankModel.cs
@@ -6,7 +6,7 @@
public class RankModel : GameSystemManager<RankModel>
{
    public event Action<int> onRankRefresh;
    public event Action<int> onMyRankRefresh;
    //public event Action<int> onMyRankRefresh;
    
    //排行榜滚动显示的最大数量 类型
    Dictionary<int, int> ranksShowMaxCnt = new Dictionary<int, int>();
@@ -265,12 +265,11 @@
                }
                ReSetRankData(m_RankPageDatas[rankType][orderIndex], package.ViewIDDataList[i], package.Type);
            }
            onMyRankRefresh?.Invoke(package.Type);
            //onMyRankRefresh?.Invoke(package.Type);    同时查询没有单独返回数据,暂时不要这个事件
        }
        else
        {
            onRankRefresh?.Invoke(package.Type);
        }
        onRankRefresh?.Invoke(package.Type);
    }
@@ -346,6 +345,9 @@
// Value3     -             头像
// Value4     -             头像框
// Value5     -             主角形象
// cmpValue     比较值亿
// cmpValue2    比较值小于亿
// cmpValue3    时间戳
// ---------------------------------------
// 仙盟榜
// ID            -             仙盟ID