scroll-view能在滚动时逐渐加载数据吗
当我有很多数据放在scroll-view里时,加载很慢,能不能先只显示一部分,剩下的滚动到那个位置再显示,求各位大佬给个思路。
<scroll-view class= 'body' scroll-y= "true" > <view class= "itemView" wx: for = "{{candidateList}}" data-index= '{{index}}' bindtap= 'touch' > </view> </scroll-view> |
大概就是candidateList里面数据有几十条时赋值有点慢