【命格】属性加成报错修改
parent
fb8de57afa
commit
14044932b5
|
@ -62,7 +62,9 @@ end
|
||||||
--界面关闭时调用(用于子类重写)
|
--界面关闭时调用(用于子类重写)
|
||||||
function this:OnClose()
|
function this:OnClose()
|
||||||
-- 还原透明度
|
-- 还原透明度
|
||||||
|
if parent then
|
||||||
parent.backBtn:GetComponent("Image").color = Color.New(0, 0, 0, 200)
|
parent.backBtn:GetComponent("Image").color = Color.New(0, 0, 0, 200)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
--界面销毁时调用(用于子类重写)
|
--界面销毁时调用(用于子类重写)
|
||||||
|
|
Loading…
Reference in New Issue