少年修仙传客户端代码仓库
Client_PangDeRong
2018-12-14 e108050b91a592a5216c12f71947c33883d61083
2633 【BUG】【1.3】【1.3.100】仙缘商店购买提示错误
1个文件已修改
9 ■■■■ 已修改文件
System/MainInterfacePanel/InGamePushContainer.cs 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/InGamePushContainer.cs
@@ -103,11 +103,16 @@
        private void CheckHelpPointExchange()
        {
            int pushId = exchageModel.currentShopId;
            m_HelpPointExchangeNotify.gameObject.SetActive(pushId != 0);
            if (pushId != 0)
            StoreConfig storeConfig = Config.Instance.Get<StoreConfig>(pushId);
            if (pushId != 0 && storeConfig != null)
            {
                m_HelpPointExchangeNotify.gameObject.SetActive(true);
                m_HelpPointExchangeNotify.SetDisplay();
            }
            else
            {
                m_HelpPointExchangeNotify.gameObject.SetActive(false);
            }
        }
        private void CheckRealmBetterEquip()