Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
gaoxin 2021-07-30 14:07:36 +08:00
commit 28d00ec69a
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 = {}