日常副本

dev_chengFeng
zhangqiang 2020-08-25 18:39:57 +08:00
parent d37af43f37
commit 2ea0c63999
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ function this.SetScroll(i)
this.scrollView:SetData(curData,function(index,root)
this.SetData(root,curData[index], curData[index - 1])
end)
this.scrollView:SetIndex(curMaxOpenId)
this.scrollView:SetIndex(1)
end
--设置滚动条数据 root根节点 data本地表数据 ldata 上一条数据