【红点】修复部分红点被错误清除的问题

dev_chengFeng
gaoxin 2021-06-04 23:54:59 +08:00
parent 97cb753d4e
commit 206fcf9d92
2 changed files with 0 additions and 5 deletions

View File

@ -759,8 +759,6 @@ function BagPanel:OnDestroy()
this.ScrollView1 = nil
ClearRedPointObject(RedPointType.Bag_HeroDebris, tabs1RedPoint[ItemBaseType.HeroChip])
ClearRedPointObject(RedPointType.Bag_BoxAndBlueprint, tabs1RedPoint[ItemBaseType.Special])
ClearRedPointObject(RedPointType.Setting, this.headRedpot)
ClearRedPointObject(RedPointType.VipPrivilege, this.vipRedPoint)
list={}
orginLayer2=0
orginLayer=0

View File

@ -369,9 +369,6 @@ function RoleListPanel:OnDestroy()
SubUIManager.Close(this.UpView)
SubUIManager.Close(this.BtView)
ClearRedPointObject(RedPointType.Setting, this.headRedpot)
ClearRedPointObject(RedPointType.VipPrivilege, this.vipRedPoint)
this.ScrollView = nil
if this.playerInfoView then