From 7e4287b701992a808dd1d81900f04aedc83aa8aa Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Thu, 13 May 2021 17:54:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9F=A5=E7=9C=8B=E7=A5=A5?= =?UTF-8?q?=E6=83=85=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit e6582cf97f9e7514fa88c562acf81026399aad7d) --- .../GeneralPanel/View/GeneralBigPopup_RecrutDetail.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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