diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua index 90e368e758..b444ce406f 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua @@ -37,7 +37,6 @@ function this:LookDetailBtnAction() else LogPurple("打开魂印奖励预览") end - end function this:AddListener() end @@ -58,6 +57,11 @@ function this:OnShow(_parent,...) activityType = args[2] local str2 = ActivityGiftManager.GetTimeStartToEnd(activityType) + if activityType == ActivityTypeDef.FindFairy then + this.LookDetailBtn.gameObject:SetActive(true) + else + this.LookDetailBtn.gameObject:SetActive(false) + end this.time.text="概率有效期:"..str2 local poolUpType = args[3] or 0