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