【红点】无用红点绑定事件删除

dev_chengFeng
gaoxin 2021-09-14 17:37:14 +08:00
parent 120be3af6f
commit fcc1e17cad
2 changed files with 3 additions and 3 deletions

View File

@ -321,7 +321,7 @@ function FightPointPassMainPanel:BindEvent()
BindRedPointObject(RedPointType.DailyTaskMain, this.dailyRedPoint)
BindRedPointObject(RedPointType.SecretTer_IsCanFight, this.fightRP)
BindRedPointObject(RedPointType.XiaoYaoYouRedPoint, this.xiaoyaoRedPoint)
BindRedPointObject(RedPointType.FightLevel, this.btnFightLevelRedPoint)
-- BindRedPointObject(RedPointType.FightLevel, this.btnFightLevelRedPoint)
end
function this.SetInitAnim()
@ -748,7 +748,7 @@ function FightPointPassMainPanel:OnDestroy()
ClearRedPointObject(RedPointType.DailyTaskMain, this.dailyRedPoint)
ClearRedPointObject(RedPointType.SecretTer_IsCanFight, this.fightRP)
ClearRedPointObject(RedPointType.XiaoYaoYouRedPoint, this.xiaoyaoRedPoint)
ClearRedPointObject(RedPointType.FightLevel, this.btnFightLevelRedPoint)
-- ClearRedPointObject(RedPointType.FightLevel, this.btnFightLevelRedPoint)
-- 头像层级
if this.playerInfoView then
SubUIManager.Close(this.playerInfoView)

View File

@ -714,7 +714,7 @@ function this.BindRedPoint()
BindRedPointObject(RedPointType.SecretBox, this.rpSecretBox)
BindRedPointObject(RedPointType.Alien, this.rpAlien)
BindRedPointObject(RedPointType.DiffMonster, this.rpYiYao)
BindRedPointObject(RedPointType.Vientiane, this.rpColorfulWorld)
-- BindRedPointObject(RedPointType.Vientiane, this.rpColorfulWorld)
BindRedPointObject(RedPointType.PokemonMainCity, this.rpPokemon)
BindRedPointObject(RedPointType.HongMeng,this.HongMengRedPoint)
BindRedPointObject(RedPointType.TianShuMiJuan,this.rpbtnTianShuMiJuan)