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()