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()
|
function EquipTreasureStrongPopup:OnClose()
|
||||||
curEquipData=nil
|
|
||||||
isEnough=true
|
isEnough=true
|
||||||
type=0
|
|
||||||
isMax=false
|
isMax=false
|
||||||
isMatEnough=false
|
isMatEnough=false
|
||||||
haveTreasures={}
|
haveTreasures={}
|
||||||
|
@ -484,6 +482,8 @@ end
|
||||||
|
|
||||||
--界面销毁时调用(用于子类重写)
|
--界面销毁时调用(用于子类重写)
|
||||||
function EquipTreasureStrongPopup:OnDestroy()
|
function EquipTreasureStrongPopup:OnDestroy()
|
||||||
|
curEquipData=nil
|
||||||
|
type=0
|
||||||
this.spLoader:Destroy()
|
this.spLoader:Destroy()
|
||||||
Util.ClearChild(this.propertyGrid.transform)
|
Util.ClearChild(this.propertyGrid.transform)
|
||||||
this.properList = {}
|
this.properList = {}
|
||||||
|
|
Loading…
Reference in New Issue