少年修仙传客户端代码仓库
client_Zxw
2018-09-14 46bca18c296421c44439981d4e2643e1add9a4cc
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);
                        }                       
                    }