【bug】修复魂印穿戴报错
parent
e8ea367a6e
commit
4d983406f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue