少年修仙传客户端代码仓库
client_Zxw
2018-09-13 f7b887072bb2f3f0a20790e2417ed52e4061a041
3488 【前端】【1.0.15】【1.1.0】功能预告优化
2个文件已修改
4 ■■■■ 已修改文件
System/MainInterfacePanel/FeatureNoticeModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/FeatureNoticeWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/FeatureNoticeModel.cs
@@ -221,7 +221,7 @@
                {
                    return;
                }
                string strKey = "FeatureNotice" + functionForecastConfig.FrameLevel;
                string strKey = "FeatureNotice" + functionForecastConfig.FrameLevel+PlayerDatas.Instance.baseData.PlayerID;
                int type = LocalSave.GetInt(strKey);
                bool IsOpenMain = WindowCenter.Instance.CheckOpen<MainInterfaceWin>();
                if (PlayerDatas.Instance.baseData.LV >= functionForecastConfig.FrameLevel && type == 0)
System/MainInterfacePanel/FeatureNoticeWin.cs
@@ -276,7 +276,7 @@
                        int _modelID = config.Model;
                        UI3DModelExhibition.Instance.BeginShowWing(_modelID, vec3, m_RawImage3);
                    }
                    else if (job == 1)
                    else if (job == 2)
                    {
                        var config = Config.Instance.Get<WingRefineExpConfig>(3721);
                        int _modelID = config.Model;