抽卡修改提交

dev_chengFeng
jiaoyangna 2021-07-20 14:31:31 +08:00
parent ee26dc5196
commit f0337c6ce8
1 changed files with 2 additions and 3 deletions

View File

@ -366,7 +366,6 @@ function this:SetIndex()
while(offSet > 0) do
if isenter then
isenter = false
this.mask:SetActive(true)
this.MoveTo(LOY)
coroutine.wait(0.25)
offSet = offSet - 1
@ -374,11 +373,11 @@ function this:SetIndex()
isenter = true
end
coroutine.wait(0.01)
end
this.mask:SetActive(false)
end
this:RefreshJianTou()
this:PageOnChange(true)
this.AddTrigger()
this.mask:SetActive(false)
end)
end
break