diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua index 053dad018b..528070f7bb 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua @@ -17,7 +17,7 @@ function this:InitComponent(gameObject) this.LookDetailBtn:SetActive(false) this.content=Util.GetGameObject(gameObject,"panel/content/grid/Text"):GetComponent("Text") this.time=Util.GetGameObject(gameObject,"tip"):GetComponent("Text") - this.time:SetActive(false) + this.time.gameObject:SetActive(false) this.grid = Util.GetGameObject(gameObject,"panel/rate/grid") this.pre = Util.GetGameObject(gameObject,"panel/rate/rateprefab") this.secondTitle=Util.GetGameObject(gameObject,"panel/Image1/Text"):GetComponent("Text")