diff --git a/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua b/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua index 0e152ab5e6..56f882375a 100644 --- a/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua @@ -70,7 +70,7 @@ function SoulPrintPanel:InitComponent() this.scrollView.moveTween.MomentumAmount = 1 this.scrollView.moveTween.Strength = 2 this.SetIsShow() - this.BgMask = Util.GetGameObject(this.gameObject,"bgMask") + -- this.BgMask = Util.GetGameObject(this.gameObject,"bgMask") end function SoulPrintPanel:BindEvent() @@ -360,10 +360,10 @@ function this.SetScrollData() isFristOpenTime:Stop() isFristOpenTime = nil end - isFristOpenTime = Timer.New(function() - this.BgMask:SetActive(false) - end, 1):Start() - this.BgMask:SetActive(true) + -- isFristOpenTime = Timer.New(function() + -- this.BgMask:SetActive(false) + -- end, 1):Start() + -- this.BgMask:SetActive(true) SecTorPlayAnimByScroll(this.scrollView) isPlayAnim = false end