抽卡修改提交
parent
ee26dc5196
commit
f0337c6ce8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue