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

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()
local asda = {}
this.scrollView:SetData(asda,function(index,root)
this.ShowTrialInfo(root,asda[index],nil)
end)
-- local asda = {}
-- this.scrollView:SetData(asda,function(index,root)
-- this.ShowTrialInfo(root,asda[index],nil)
-- end)
end
--界面关闭时调用(用于子类重写)