【红点】无用红点绑定事件删除
parent
120be3af6f
commit
fcc1e17cad
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue