Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
28d00ec69a
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in New Issue