排行切磋完出来 排行榜为空 修复
parent
4c93923b39
commit
b6de5d609a
|
@ -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
|
||||
|
||||
--界面关闭时调用(用于子类重写)
|
||||
|
|
Loading…
Reference in New Issue