From f1ae5f8cba0f4bfcf4909484e08a2f49d191f6d5 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Wed, 17 Jan 2024 17:21:29 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8A=BD=E5=8D=A1]=3D=3D=3D=3D=3D=3D=3D=3D=3D?= =?UTF-8?q?=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=E6=8A=BD?= =?UTF-8?q?=E5=8D=A1=E5=B1=8F=E8=94=BD=E5=BC=80=E9=97=A8=E7=89=B9=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Recruit/SingleRecruitPanel.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Recruit/SingleRecruitPanel.lua b/Assets/ManagedResources/~Lua/Modules/Recruit/SingleRecruitPanel.lua index 75be478c16..6a54124aa5 100644 --- a/Assets/ManagedResources/~Lua/Modules/Recruit/SingleRecruitPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Recruit/SingleRecruitPanel.lua @@ -239,7 +239,7 @@ end --界面打开时调用(用于子类重写) function SingleRecruitPanel:OnOpen(...) isJump = 0 - this.UI_Effect_open:SetActive(true) + this.UI_Effect_open:SetActive(false) Sound_Recruit4 = SoundManager.PlaySound(SoundConfig.Sound_Recruit4) this.UI_Effect_choukaSSR:SetActive(false) this.UI_Effect_choukaSR:SetActive(false) @@ -309,11 +309,11 @@ end local time--十连抽每次展示特效time function SingleRecruitPanel:TenOpenPanel() if isFirst then --第一次进来 - this.UI_Effect_open:SetActive(true) + this.UI_Effect_open:SetActive(false) index=1 timeNum3=0 - timeNum=1.3 - timeNum2=4.3 + timeNum=0 + timeNum2=0 else--以后每次进来 this.UI_Effect_open:SetActive(false) index=index+1 @@ -329,7 +329,7 @@ function SingleRecruitPanel:TenOpenPanel() this.UI_Effect_choukaSSR:SetActive(false) this.UI_Effect_choukaSR:SetActive(false) this.UI_Effect_choukaR:SetActive(false) - this.UI_Effect_appear:SetActive(true) + this.UI_Effect_appear:SetActive(false) Sound_Recruit2 = SoundManager.PlaySound(SoundConfig.Sound_Recruit2) end, timeNum) this.time:Start()