diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View2/GeneralInfoPopup_Cultivation.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View2/GeneralInfoPopup_Cultivation.lua index 21a2b512e5..3b9bb458bc 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View2/GeneralInfoPopup_Cultivation.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View2/GeneralInfoPopup_Cultivation.lua @@ -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