少年修仙传客户端代码仓库
hch
2019-12-24 8c5225ee6ff9dc97cc80051a5b8992ec9bb50037
0312 日常秘境探索跳转
1个文件已修改
2 ■■■■■ 已修改文件
System/WindowJump/WindowJumpMgr.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/WindowJump/WindowJumpMgr.cs
@@ -324,6 +324,7 @@
            case JumpUIType.Daily_GatherSoul274:
            case JumpUIType.Daily_FairyFeast:
            case JumpUIType.Daily_FairyMatches:
            case JumpUIType.Daily_ActivityPlace:
                var dailyQuestId = 0;
                int.TryParse(_tagWinSearchModel.SelectActive, out dailyQuestId);
                dailyQuestModel.wannaLookDailyQuest = dailyQuestId;
@@ -1836,5 +1837,6 @@
    HazyRegion = 1026,//缥缈仙域
    Srsgs = 1027, //射日神功法宝界面
    ActivityPlace = 1028, //秘境探索
    Daily_ActivityPlace = 1029, //日常秘境探索
}