【bug】修复魂印穿戴报错

dev_chengFeng
JieLing 2020-12-30 17:03:12 +08:00
parent e8ea367a6e
commit 4d983406f3
1 changed files with 5 additions and 5 deletions

View File

@ -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