返回界面装备显示错误修改

dev_chengFeng
jiaoyangna 2021-07-30 14:05:06 +08:00
parent c81dbd604d
commit 9ce0dcbf75
1 changed files with 2 additions and 2 deletions

View File

@ -473,9 +473,7 @@ end
--界面关闭时调用(用于子类重写)
function EquipTreasureStrongPopup:OnClose()
curEquipData=nil
isEnough=true
type=0
isMax=false
isMatEnough=false
haveTreasures={}
@ -484,6 +482,8 @@ end
--界面销毁时调用(用于子类重写)
function EquipTreasureStrongPopup:OnDestroy()
curEquipData=nil
type=0
this.spLoader:Destroy()
Util.ClearChild(this.propertyGrid.transform)
this.properList = {}