少年修仙传客户端代码仓库
client_Zxw
2018-09-19 ab3e936c7be0fdcc6c814cc0cb0e4c88a0f346eb
1969  功能预告解锁到翅膀合成后,未开启的功能没有居中
2个文件已修改
6 ■■■■ 已修改文件
System/MainInterfacePanel/FeatureNoticeWin.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/FeaturesType2.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/FeatureNoticeWin.cs
@@ -76,8 +76,9 @@
        }
        protected override void OnActived()
        {
            m_ScrollerController.JumpIndex(JumpIndex());
            m_ScrollerController.JumpIndex(Offset, 0, EnhancedScroller.TweenType.immediate);
            var offset = 0f;
            m_ScrollerController.JumpIndex(JumpIndex(), ref offset);
            m_ScrollerController.JumpIndex(Offset + offset, 0, EnhancedScroller.TweenType.immediate);
        }
        protected override void OnAfterOpen()
        {
System/MainInterfacePanel/FeaturesType2.cs
@@ -32,7 +32,6 @@
        FeatureNoticeModel featureNoticeModel { get { return ModelCenter.Instance.GetModel<FeatureNoticeModel>(); } }
        public void GetTheFeatureID(int funcId)
        {
            DebugEx.LogError("ID"+ featureNoticeModel.FunctionForecastIndex);
            var functionForecastConfig = Config.Instance.Get<FunctionForecastConfig>(funcId);
            if (functionForecastConfig == null)
            {