System/Vip/VipInvest/MonthWeekInvestModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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) {