误操作

dev_chengFeng
yuanshuai 2021-09-22 16:17:09 +08:00
parent ddf0e9b981
commit 573cb8a8e3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ end
local TextList = {}
local BoxList = {}
function this:InitBox()
local = GameDataBase.SheetBase.GetKeys(this.tab) --获取数据长度
local keys = GameDataBase.SheetBase.GetKeys(this.tab) --获取数据长度
this.ScrollView:SetData(keys,function (index, go)
local key = keys[index]
this.SingleBoxDataShow(go, this.tab[key], index)