少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-13 2df58aeacbf1177ec01167bdeccfe89d6a8d5804
System/MainInterfacePanel/InGamePushContainer.cs
@@ -107,7 +107,7 @@
        private void CheckHelpPointExchange()
        {
            int pushId = exchageModel.currentShopId;
            StoreConfig storeConfig = Config.Instance.Get<StoreConfig>(pushId);
            StoreConfig storeConfig = StoreConfig.Get(pushId);
            if (pushId != 0 && storeConfig != null)
            {
                m_HelpPointExchangeNotify.gameObject.SetActive(true);
@@ -353,7 +353,7 @@
        private void OnNewBieGuideBegin()
        {
            var guideConfig = Config.Instance.Get<GuideConfig>(NewBieCenter.Instance.currentGuide);
            var guideConfig = GuideConfig.Get(NewBieCenter.Instance.currentGuide);
            switch ((GuideTriggerType)guideConfig.TriggerType)
            {
                case GuideTriggerType.EquipQuality: