【日常副本】解锁所有副本后,没有自动滚动到最后一个副本
parent
0914dd6dc8
commit
20564aee0f
|
@ -181,6 +181,9 @@ function this.SetScroll(i)
|
|||
break
|
||||
end
|
||||
end
|
||||
if CarbonManager.IsDailyCarbonPass(curData[#curData].Id) then
|
||||
curMaxOpenId = #curData
|
||||
end
|
||||
this.scrollView:SetIndex(curMaxOpenId - 2 < 1 and 1 or (curMaxOpenId - 2))
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue