| | |
| | | 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>();
|
| | |
| | | }
|
| | | 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);
|
| | |
|
| | |
|
| | | }
|
| | |
|
| | |
| | | // Value3 - 头像
|
| | | // Value4 - 头像框
|
| | | // Value5 - 主角形象
|
| | | // cmpValue 比较值亿
|
| | | // cmpValue2 比较值小于亿
|
| | | // cmpValue3 时间戳
|
| | | // ---------------------------------------
|
| | | // 仙盟榜
|
| | | // ID - 仙盟ID
|