【红点】修复部分红点被错误清除的问题
parent
97cb753d4e
commit
206fcf9d92
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue