少年修仙传客户端代码仓库
client_linchunjie
2018-08-13 1804a251d86eca863d64d28e9d9ba46cd525bf95
System/FindPrecious/DemonJarWin.cs
@@ -297,6 +297,9 @@
                return;
            }
            totalTimes = dungeonModel.GetDungeonTotalTimes(DemonJarModel.DEMONJAR_MAPID);
            enterTimes = dungeonModel.GetDungeonEnterTimes(DemonJarModel.DEMONJAR_MAPID);
            m_Times.text = StringUtility.Contact(totalTimes - enterTimes, "/", DemonJarModel.TOTALTIME_LIMIT);
            if ((totalTimes - enterTimes) < DemonJarModel.TOTALTIME_LIMIT)