Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
ZhangBiao 2022-01-10 15:23:12 +08:00
commit 0a947e37a2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ function this:Refresh()
local data = self:GetData()
self.ScrollView:SetData(data, function (index, go)
self:SingleDataShow(go, data[index],index)
end)
end, true, true)
self.ScrollView:SetIndex(PracticeManager.PracticeBigLevel)
end