修改自选列表初始定位错误
parent
4f70f5d1bd
commit
7ee8c0888c
|
@ -189,7 +189,7 @@ function RewardBoxPanel:SetGiftData()--设置奖励列表
|
||||||
RewardBoxPanel:SetSingleGiftData(index,item,dataList)
|
RewardBoxPanel:SetSingleGiftData(index,item,dataList)
|
||||||
end)
|
end)
|
||||||
if #dataList>4 then
|
if #dataList>4 then
|
||||||
this.ScrollView:SetDragGoRect(Vector2.New(0,120))
|
-- this.ScrollView:SetDragGoRect(Vector2.New(0,120))
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue