parent
408ae19f77
commit
27d9eb5538
|
@ -173839,7 +173839,7 @@ RectTransform:
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
m_AnchorMin: {x: 0.5, y: 0.5}
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
||||||
m_AnchorMax: {x: 0.5, y: 0.5}
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
||||||
m_AnchoredPosition: {x: -6.7749977, y: 139}
|
m_AnchoredPosition: {x: -3038, y: 139}
|
||||||
m_SizeDelta: {x: 829.55, y: 224}
|
m_SizeDelta: {x: 829.55, y: 224}
|
||||||
m_Pivot: {x: 0.5, y: 0.5}
|
m_Pivot: {x: 0.5, y: 0.5}
|
||||||
--- !u!1 &7955051667832948374
|
--- !u!1 &7955051667832948374
|
||||||
|
|
|
@ -84,7 +84,7 @@ this.Closefunction = function()
|
||||||
isPlayAnim = true
|
isPlayAnim = true
|
||||||
Timer.New(function()
|
Timer.New(function()
|
||||||
if not ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.TreasureOfSomeBody) then
|
if not ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.TreasureOfSomeBody) then
|
||||||
PopupTipPanel.ShowTip(Language[10471])
|
LogError(Language[10471])
|
||||||
if parent then
|
if parent then
|
||||||
parent:ClosePanel()
|
parent:ClosePanel()
|
||||||
end
|
end
|
||||||
|
|
|
@ -91,7 +91,7 @@ this.CloseFunction = function()
|
||||||
Timer.New(function()
|
Timer.New(function()
|
||||||
if not ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.TreasureOfSomeBody) then
|
if not ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.TreasureOfSomeBody) then
|
||||||
LogBlue("22222222222")
|
LogBlue("22222222222")
|
||||||
PopupTipPanel.ShowTip(Language[10471])
|
LogError(Language[10471])
|
||||||
if parent then
|
if parent then
|
||||||
parent:ClosePanel()
|
parent:ClosePanel()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue