少年修仙传客户端代码仓库
client_linchunjie
2019-06-13 1940ad1580561dc477560dad10b84bd11fedf8a0
3335 修改月卡周卡排序
1个文件已修改
5 ■■■■■ 已修改文件
System/Vip/VipInvest/MonthWeekInvestModel.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Vip/VipInvest/MonthWeekInvestModel.cs
@@ -100,6 +100,11 @@
            }
            investTypes = m_InvestRechargeIds.Keys.ToList();
            investTypes.Sort((x, y) =>
            {
                return -x.CompareTo(y);
            });
            var configs = InvestConfig.GetValues();
            foreach (var config in configs)
            {