少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-13 e1d0e31f2848ec882c73a25aaa3c1a19b1e5293f
1561 【BUG】封魔坛界面次数刷新错误
1个文件已修改
3 ■■■■■ 已修改文件
System/FindPrecious/DemonJarWin.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)