修改自选列表初始定位错误

onepiece_demo_arena
xiejun 2024-01-13 15:02:58 +08:00
parent 4f70f5d1bd
commit 7ee8c0888c
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ function RewardBoxPanel:SetGiftData()--设置奖励列表
RewardBoxPanel:SetSingleGiftData(index,item,dataList)
end)
if #dataList>4 then
this.ScrollView:SetDragGoRect(Vector2.New(0,120))
-- this.ScrollView:SetDragGoRect(Vector2.New(0,120))
end
end