diff --git a/Assets/ManagedResources/~Lua/Framework/Manager/SubUIManager.lua b/Assets/ManagedResources/~Lua/Framework/Manager/SubUIManager.lua index 30c7d08f96..31ad5d3d29 100644 --- a/Assets/ManagedResources/~Lua/Framework/Manager/SubUIManager.lua +++ b/Assets/ManagedResources/~Lua/Framework/Manager/SubUIManager.lua @@ -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) diff --git a/Assets/ManagedResources/~Lua/Modules/Mission/MissionDailyPanel_QingLongSecretTreasure.lua b/Assets/ManagedResources/~Lua/Modules/Mission/MissionDailyPanel_QingLongSecretTreasure.lua index e0d797ce45..f9de880d59 100644 --- a/Assets/ManagedResources/~Lua/Modules/Mission/MissionDailyPanel_QingLongSecretTreasure.lua +++ b/Assets/ManagedResources/~Lua/Modules/Mission/MissionDailyPanel_QingLongSecretTreasure.lua @@ -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