刷新过程中,ForEach键值生成函数未设置导致的闪屏问题问题现象下拉刷新时,应用产生卡顿,出现闪屏问题。BuilderprivategetListView(){List({space:12,scroller:this.scroller}){使用懒加载组件渲染数据ForEach(this.newsData,(item:NewsData){ListItem(){newsItem({newsTitle:item.newsTitle,newsContent:item.newsContent,newsTime:item.newsTime,img:item.img})}.backgroundColor(Color.White).borderRadius(16)});}.width(...