| System/MainInterfacePanel/FeatureNoticeModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/MainInterfacePanel/FeatureNoticeWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/MainInterfacePanel/FeatureNoticeModel.cs
@@ -99,6 +99,7 @@ } if (OpenFuncId != FunctionList[i].FuncId || !RedPointChange) { OpenFuncId = FunctionList[i].FuncId; IsRedPoint = false; TrailerClassification(FunctionList[i].FuncId); } System/MainInterfacePanel/FeatureNoticeWin.cs
@@ -370,7 +370,8 @@ } else { string str = ((float)treasure.exp / treasure.treasureStages[funcStage].exp) * 100 + "%"; double dou=Math.Round((double)treasure.exp / treasure.treasureStages[funcStage].exp,2); string str = dou * 100 + "%"; m_Textschedule.text = string.Format(Language.Get("YGYouFB"), str); } }