日常任务 弹出活动已结束修改

(cherry picked from commit 3dab4b712a)
tcx_xiyou_dev
PC-202302260912\Administrator 2024-05-14 11:56:16 +08:00
parent 408ae19f77
commit 27d9eb5538
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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