现有500条数据,在页面中用wx:for进行渲染 现在修改其中一项数据,需要渲染5秒钟 let key = “dataArray[5].count”; this.setData({ [key]: 10 }) 求大神帮忙如何优化?