少年修仙传客户端代码仓库
client_linchunjie
2019-03-11 dc6deba3deacbdc8e9223ed35e5e458bfb87ae45
System/MainInterfacePanel/ChatFrame.cs
@@ -193,7 +193,7 @@
        public void CheckRealmSfx()
        {
            var _model = ModelCenter.Instance.GetModel<RealmModel>();
            if (_model.IsDungeonState && realmModel.realmRedpoint.state == RedPointState.Simple)
            if (realmModel.redpoint.state == RedPointState.Simple)
            {
                m_RealmRed.gameObject.SetActive(false);
                if (!m_RealmSfx.IsPlaying)
@@ -265,7 +265,7 @@
        private void RedpointValueChangeEvent(int _id)
        {
            if (_id == realmModel.realmRedpoint.id)
            if (_id == realmModel.redpoint.id)
            {
                CheckRealmSfx();
            }