少年修仙传客户端代码仓库
QD-PangDeRong
2018-08-11 1fa3327ab757e8edf4565040addbc99e662c953d
[2436]增加玲珑宝塔挑战
1个文件已修改
2 ■■■■■ 已修改文件
System/WindowJump/WindowJumpMgr.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/WindowJump/WindowJumpMgr.cs
@@ -701,6 +701,7 @@
            case JumpUIType.SBXZJS:
            case JumpUIType.KLJJS:
            case JumpUIType.TJYJS:
            case JumpUIType.LLBT:
                treasureModel.currentCategory = TreasureCategory.Fairy;
                treasureModel.selectedTreasure = int.Parse(_tagWinSearchModel.SelectActive);
                SetJumpLogic<TreasureLevelUpWin>(_tagWinSearchModel.TABID);
@@ -1173,4 +1174,5 @@
    KLJJS = 1016, //昆仑镜介绍界面
    TJYJS = 1017, //天机仪介绍界面
    Type1TreasureFunc3 = 1018, //仙族法宝
    LLBT = 1019, //玲珑宝塔界面
}