误操作
parent
ddf0e9b981
commit
573cb8a8e3
|
@ -58,7 +58,7 @@ end
|
||||||
local TextList = {}
|
local TextList = {}
|
||||||
local BoxList = {}
|
local BoxList = {}
|
||||||
function this:InitBox()
|
function this:InitBox()
|
||||||
local = GameDataBase.SheetBase.GetKeys(this.tab) --获取数据长度
|
local keys = GameDataBase.SheetBase.GetKeys(this.tab) --获取数据长度
|
||||||
this.ScrollView:SetData(keys,function (index, go)
|
this.ScrollView:SetData(keys,function (index, go)
|
||||||
local key = keys[index]
|
local key = keys[index]
|
||||||
this.SingleBoxDataShow(go, this.tab[key], index)
|
this.SingleBoxDataShow(go, this.tab[key], index)
|
||||||
|
|
Loading…
Reference in New Issue