排行切磋完出来 排行榜为空 修复

zhangqiang 2020-08-19 04:47:37 +08:00
parent 4c93923b39
commit b6de5d609a
1 changed files with 4 additions and 4 deletions

View File

@ -97,10 +97,10 @@ end
--界面打开或者重新打开后,界面刷新时调用(用于子类重写) --界面打开或者重新打开后,界面刷新时调用(用于子类重写)
function RankingSingleListPanel:OnShow() function RankingSingleListPanel:OnShow()
local asda = {} -- local asda = {}
this.scrollView:SetData(asda,function(index,root) -- this.scrollView:SetData(asda,function(index,root)
this.ShowTrialInfo(root,asda[index],nil) -- this.ShowTrialInfo(root,asda[index],nil)
end) -- end)
end end
--界面关闭时调用(用于子类重写) --界面关闭时调用(用于子类重写)