少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-13 e1d0e31f2848ec882c73a25aaa3c1a19b1e5293f
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)