适配,日常任务提示活动已结束修改
parent
73d18259a0
commit
c08c257b77
|
@ -44,7 +44,8 @@ function this.Open(config,parent,...)
|
|||
config.name=="GMFreeRecharge" or
|
||||
config.name=="GMTurnTablePanel" or
|
||||
config.name=="GrowthGiftPage" or
|
||||
config.name=="RechargeView" then
|
||||
config.name=="RechargeView" or
|
||||
config.name=="QuanMinFLPanel" then
|
||||
sub.gameObject:GetComponent("RectTransform")anchoredPosition= Vector2.New(0,0)
|
||||
sub.gameObject:GetComponent("RectTransform").anchorMin = Vector2.New(0, 0)
|
||||
sub.gameObject:GetComponent("RectTransform").anchorMax = Vector2.New(1, 1)
|
||||
|
|
|
@ -84,7 +84,7 @@ this.Closefunction = function()
|
|||
isPlayAnim = true
|
||||
Timer.New(function()
|
||||
if not ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.TreasureOfSomeBody) then
|
||||
PopupTipPanel.ShowTip(Language[10471])
|
||||
--PopupTipPanel.ShowTip(Language[10471])
|
||||
if parent then
|
||||
parent:ClosePanel()
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue