diff --git a/Assets/ManagedResources/~Lua/Modules/Recruit/ElementDrawCardPanelNew.lua b/Assets/ManagedResources/~Lua/Modules/Recruit/ElementDrawCardPanelNew.lua index aa622ce047..7b374e84c4 100644 --- a/Assets/ManagedResources/~Lua/Modules/Recruit/ElementDrawCardPanelNew.lua +++ b/Assets/ManagedResources/~Lua/Modules/Recruit/ElementDrawCardPanelNew.lua @@ -64,7 +64,6 @@ function ElementDrawCardPanelNew:BindEvent() Util.AddClick(self.btnBack, function () self.getCardPanel:SetActive(false) - self.parent.mask.gameObject:SetActive(false) self.parent.AddTrigger() self.effect:SetActive(false) SoundManager.PlayMusic(SoundConfig.BGM_Main) @@ -104,7 +103,6 @@ function ElementDrawCardPanelNew:BtnAction(index) self.parent.tabbox.gameObject:SetActive(false) self.getCardPanel.gameObject:SetActive(true) self.parent.RemoveTrigger() - self.parent.mask.gameObject:SetActive(true) self.effect:SetActive(true) self.Image2Text.text = string.format("%s神将碎片",PropertyType[index]) SetTextVerTial(self.Image2Text,Vector3.New(134.88,-5.9,0),"MiddleLeft")